Skip to content

Commit 899c6f7

Browse files
committed
conda first
1 parent 642f892 commit 899c6f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci/job.combine.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- MacOSX
1313
- Windows
1414
steps:
15+
- template: steps.conda.yml
16+
parameters:
17+
name: Linux
1518
- task: DownloadPipelineArtifact@0
1619
inputs:
1720
artifactName: Linux Tests
@@ -24,10 +27,6 @@ jobs:
2427
inputs:
2528
artifactName: Windows Tests
2629
targetPath: _artifacts/test_output
27-
- template: steps.conda.yml
28-
condition: always()
29-
parameters:
30-
name: Linux
3130
- script: python -m scripts.combine
3231
condition: always()
3332
displayName: Rebot

0 commit comments

Comments
 (0)