Skip to content

Commit c86dd44

Browse files
committed
another attempt
1 parent 0f4e1b8 commit c86dd44

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.12'
16+
python-version: '3.11'
1717
- name: Install dependencies
18-
run: pip3 install -U online-judge-verify-helper
18+
run: |
19+
python -m pip install --upgrade pip
20+
pip install setuptools wheel
21+
pip install -U onlinejudge-verify-helper
1922
- name: Set up Rust (nightly)
2023
run: |
2124
rustup set profile minimal

0 commit comments

Comments
 (0)