Pin Rust version in CI workflows to 1.67
This commit is contained in:
3
.github/workflows/test-python.yaml
vendored
3
.github/workflows/test-python.yaml
vendored
@@ -43,6 +43,9 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: "Set default Rust version to 1.67.0"
|
||||
run: rustup default 1.67.0
|
||||
|
||||
- name: "Install requirements"
|
||||
run: ${PYBIN}/pip install -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user