Skip to content

Commit 5e65d5b

Browse files
committed
CI: Set up Rust compiler
1 parent 9dbd04f commit 5e65d5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
run: python -m pip install ${{ matrix.dependencies }}
137137
if: ${{ matrix.dependencies }}
138138

139+
- name: Set up Rust compiler
140+
run: rustup override set nightly
141+
139142
- name: Install
140143
run: python -m pip install . --group test
141144

0 commit comments

Comments
 (0)