Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e08d373

Browse files
committed
azure pipelines now has rust by default on windows
1 parent 0b6a397 commit e08d373

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
os: windows
2121
additional_variables:
2222
COVERAGE_IGNORE_WINDOWS: '# pragma: windows no cover'
23-
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
23+
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS RUSTUP_HOME
2424
TEMP: C:\Temp # remove when dropping python2
25-
pre_test:
26-
- template: step--rust-install.yml
2725
- template: job--python-tox.yml@asottile
2826
parameters:
2927
toxenvs: [py37]

0 commit comments

Comments
 (0)