We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97cb63 commit 99601e3Copy full SHA for 99601e3
.github/workflows/programming_team_code_ci.yml
@@ -13,15 +13,11 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v1
15
- name: Install dependencies
16
- run: |
17
- pip3 install --upgrade pip
18
- pip3 install setuptools
19
- pip3 install online-judge-verify-helper
+ run: pip3 install online-judge-verify-helper
20
- name: Set up Rust (nightly)
21
run: |
22
rustup set profile minimal
23
- rustup install nightly
24
- rustup override set nightly
+ rustup install stable
25
- name: Set up git submodules
26
27
git submodule init
0 commit comments