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