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 725e4c1 commit 7ccb360Copy full SHA for 7ccb360
.github/workflows/codecov.yml
@@ -14,6 +14,13 @@ jobs:
14
- uses: actions/setup-python@v2
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
24
- name: Install requirements
25
run: |
26
pip install pytest pytest-cov && pip install -e .
0 commit comments