Skip to content

Commit 9802e84

Browse files
authored
Update codecov.yml
1 parent 7ccb360 commit 9802e84

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
with:
1616
python-version: '3.9'
1717
- 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
18+
uses: dtolnay/rust-toolchain@stable
2419
- name: Install requirements
2520
run: |
2621
pip install pytest pytest-cov && pip install -e .

0 commit comments

Comments
 (0)