Skip to content

Commit f97cb63

Browse files
committed
final try
1 parent 17bfb9a commit f97cb63

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
- name: Install dependencies
16-
run: pip3 install -U 'setuptools[pkg_resources]' online-judge-verify-helper
16+
run: |
17+
pip3 install --upgrade pip
18+
pip3 install setuptools
19+
pip3 install online-judge-verify-helper
1720
- name: Set up Rust (nightly)
1821
run: |
1922
rustup set profile minimal

0 commit comments

Comments
 (0)