We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e662c commit bf02277Copy full SHA for bf02277
.github/workflows/programming_team_code_ci.yml
@@ -9,12 +9,12 @@ jobs:
9
library_checker_aizu:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v1
13
- name: Set up Python
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v1
15
- name: Install dependencies
16
run: |
17
- pip install setuptools
+ pip install "setuptools<81"
18
pip install -U online-judge-verify-helper
19
- name: Set up Rust (nightly)
20
0 commit comments