We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bfb9a commit f97cb63Copy full SHA for f97cb63
1 file changed
.github/workflows/programming_team_code_ci.yml
@@ -13,7 +13,10 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v1
15
- name: Install dependencies
16
- run: pip3 install -U 'setuptools[pkg_resources]' online-judge-verify-helper
+ run: |
17
+ pip3 install --upgrade pip
18
+ pip3 install setuptools
19
+ pip3 install online-judge-verify-helper
20
- name: Set up Rust (nightly)
21
run: |
22
rustup set profile minimal
0 commit comments