We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e1b8 commit c86dd44Copy full SHA for c86dd44
1 file changed
.github/workflows/programming_team_code_ci.yml
@@ -13,9 +13,12 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: '3.12'
+ python-version: '3.11'
17
- name: Install dependencies
18
- run: pip3 install -U online-judge-verify-helper
+ run: |
19
+ python -m pip install --upgrade pip
20
+ pip install setuptools wheel
21
+ pip install -U onlinejudge-verify-helper
22
- name: Set up Rust (nightly)
23
run: |
24
rustup set profile minimal
0 commit comments