Skip to content

Commit 40f16a5

Browse files
committed
Install Rust nightly toolchain for Python 3.10 CI
1 parent 880b8a2 commit 40f16a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

41+
- uses: actions-rs/toolchain@v1
42+
if: ${{ startsWith(matrix.python-version, '3.10')}}
43+
with:
44+
toolchain: nightly
45+
override: true
46+
profile: minimal
47+
4148
- name: Cache dependencies (Linux)
4249
if: startsWith(runner.os, 'Linux')
4350
uses: actions/cache@v2

0 commit comments

Comments
 (0)