remove rustup install

This commit is contained in:
dignifiedquire
2019-11-10 22:21:16 +01:00
parent d07afe5bd6
commit 101141c67a

View File

@@ -138,8 +138,6 @@ jobs:
steps:
- *restore-workspace
- *restore-cache
- run: rustup install $(cat rust-toolchain)
- run: rustup default $(cat rust-toolchain)
- run:
name: build docs, run tests and build wheels
command: ci_scripts/run-python.sh