Skip to content

Commit 94e2151

Browse files
committed
tryasdfasdfasdf
1 parent 748103e commit 94e2151

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
15-
with:
16-
python-version: '3.12'
1715
- name: Install dependencies
1816
run: |
19-
python -m pip install --upgrade pip
20-
pip install setuptools wheel
17+
pip install setuptools
2118
pip install -U onlinejudge-verify-helper
2219
- name: Set up Rust (nightly)
2320
run: |

0 commit comments

Comments
 (0)