We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccb360 commit 9802e84Copy full SHA for 9802e84
.github/workflows/codecov.yml
@@ -15,12 +15,7 @@ jobs:
15
with:
16
python-version: '3.9'
17
- name: Install Rust toolchain
18
- uses: dtolnay/rust-toolchain@master
19
- with:
20
- toolchain: ${{ inputs.rust }}
21
- targets: ${{ inputs.rust-target }}
22
- # needed to correctly format errors, see #1865
23
- components: rust-src
+ uses: dtolnay/rust-toolchain@stable
24
- name: Install requirements
25
run: |
26
pip install pytest pytest-cov && pip install -e .
0 commit comments