File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments