Skip to content

Commit 99601e3

Browse files
committed
trying this
1 parent f97cb63 commit 99601e3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
- name: Install dependencies
16-
run: |
17-
pip3 install --upgrade pip
18-
pip3 install setuptools
19-
pip3 install online-judge-verify-helper
16+
run: pip3 install online-judge-verify-helper
2017
- name: Set up Rust (nightly)
2118
run: |
2219
rustup set profile minimal
23-
rustup install nightly
24-
rustup override set nightly
20+
rustup install stable
2521
- name: Set up git submodules
2622
run: |
2723
git submodule init

0 commit comments

Comments
 (0)