We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0f2eb commit 8cd6d04Copy full SHA for 8cd6d04
azure-pipelines.yml
@@ -80,12 +80,5 @@ jobs:
80
pool:
81
vmImage: 'windows-2019'
82
steps:
83
- - script: |
84
- rmdir /s /q %USERPROFILE%\.rustup
85
- curl -sSf -o rustup-init.exe https://win.rustup.rs
86
- rustup-init.exe -y 2>&1
87
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
88
- echo '##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin'
89
- displayName: install rustup on Windows
90
- script: cargo test -v --features=intel-mkl --no-default-features 2>&1
91
displayName: run test
0 commit comments