Skip to content

Commit a302bc7

Browse files
committed
maint: push package test earlier
1 parent 1797367 commit a302bc7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ jobs:
5555
- "/tmp/cache"
5656
- "/tmp/venv"
5757

58+
- run:
59+
name: Test packaging
60+
command: |
61+
source /tmp/venv/bin/activate
62+
cd /tmp/src/templateflow
63+
python -m build
64+
python -m twine check dist/*
65+
5866
- run:
5967
name: Run tests (w/ DataLad)
6068
command: |
@@ -120,14 +128,6 @@ jobs:
120128
- store_test_results:
121129
path: /tmp/tests
122130

123-
- run:
124-
name: Test packaging
125-
command: |
126-
source /tmp/venv/bin/activate
127-
cd /tmp/src/templateflow
128-
python -m build
129-
python -m twine check dist/*
130-
131131
build_docs:
132132
machine:
133133
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928

0 commit comments

Comments
 (0)