Skip to content

Commit bf02277

Browse files
lrvideckisweb-flow
andauthored
Fix (#183)
* trying this * [auto-verifier] verify commit 03da213 --------- Co-authored-by: GitHub <noreply@github.com>
1 parent f5e662c commit bf02277

File tree

2 files changed

+146
-146
lines changed

2 files changed

+146
-146
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
library_checker_aizu:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v1
1313
- name: Set up Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v1
1515
- name: Install dependencies
1616
run: |
17-
pip install setuptools
17+
pip install "setuptools<81"
1818
pip install -U online-judge-verify-helper
1919
- name: Set up Rust (nightly)
2020
run: |

0 commit comments

Comments
 (0)