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 5cf04c5 commit e427577Copy full SHA for e427577
azure-pipelines.yml
@@ -37,12 +37,8 @@ jobs:
37
38
- job: macOSIntelMKL
39
pool:
40
- vmImage: 'macOS-10.14'
+ vmImage: 'macOS-10.15'
41
steps:
42
- - script: |
43
- curl -sSf https://sh.rustup.rs | sh -s -- -y
44
- echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
45
- displayName: install rustup
46
- script: |
47
cargo test -v --features=intel-mkl --no-default-features
48
cargo test -v --features=intel-mkl,serde-1 --no-default-features
0 commit comments