We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88244af commit 6a0d9f1Copy full SHA for 6a0d9f1
1 file changed
.github/workflows/python.yml
@@ -75,6 +75,8 @@ jobs:
75
with:
76
name: wheels-linux-${{ matrix.platform.target }}
77
path: dist
78
+ - name: Install latest rust on host
79
+ run: rustup install --profile=minimal stable
80
- name: pytest
81
if: ${{ startsWith(matrix.platform.target, 'x86_64') }}
82
shell: bash
0 commit comments