Skip to content

Commit d803b5c

Browse files
committed
CI: Set up Rust compiler
1 parent e7d1430 commit d803b5c

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
@@ -137,6 +137,9 @@ jobs:
137137
run: python -m pip install ${{ matrix.dependencies }}
138138
if: ${{ matrix.dependencies }}
139139

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

0 commit comments

Comments
 (0)