Skip to content

Commit 6ffe65e

Browse files
committed
Use latest rust
1 parent 919f5c8 commit 6ffe65e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4343
manylinux: auto
4444
working-directory: bindings/python
45+
rust-toolchain: stable
4546
- name: Install pytest
4647
run: pip install pytest
4748
- name: Install wheel for testing
@@ -76,6 +77,7 @@ jobs:
7677
args: --release --out dist --find-interpreter
7778
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
7879
working-directory: bindings/python
80+
rust-toolchain: stable
7981
- name: Install pytest
8082
run: pip install pytest
8183
- name: Install wheel for testing
@@ -109,6 +111,7 @@ jobs:
109111
args: --release --out dist --find-interpreter
110112
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
111113
working-directory: bindings/python
114+
rust-toolchain: stable
112115
- name: Install pytest
113116
run: pip install pytest
114117
- name: Install wheel for testing

0 commit comments

Comments
 (0)