We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748103e commit 94e2151Copy full SHA for 94e2151
1 file changed
.github/workflows/programming_team_code_ci.yml
@@ -12,12 +12,9 @@ jobs:
12
- uses: actions/checkout@v4
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
- with:
16
- python-version: '3.12'
17
- name: Install dependencies
18
run: |
19
- python -m pip install --upgrade pip
20
- pip install setuptools wheel
+ pip install setuptools
21
pip install -U onlinejudge-verify-helper
22
- name: Set up Rust (nightly)
23
0 commit comments