Skip to content

Commit 8b2b866

Browse files
committed
reorder jobs
1 parent 14de7ba commit 8b2b866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ stages:
6666
envs:
6767
- macos: py38
6868
- windows: py39
69-
- linux: py38-online
70-
- linux: build_docs
71-
pytest: false
7269

7370
- stage: ThirdPhaseTests
7471
displayName: Stage 3 Tests
@@ -82,6 +79,9 @@ stages:
8279
toxdeps: tox-pypi-filter
8380
envs:
8481
- linux: py39-sunpy
82+
- linux: py38-online
83+
- linux: build_docs
84+
pytest: false
8585

8686
# On branches which aren't main, and not Pull Requests, build the wheels but only upload them on tags
8787
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), or(ne(variables['Build.SourceBranchName'], 'main'), eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))) }}:

0 commit comments

Comments
 (0)