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 1797367 commit a302bc7Copy full SHA for a302bc7
.circleci/config.yml
@@ -55,6 +55,14 @@ jobs:
55
- "/tmp/cache"
56
- "/tmp/venv"
57
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
+
66
- run:
67
name: Run tests (w/ DataLad)
68
command: |
@@ -120,14 +128,6 @@ jobs:
120
128
- store_test_results:
121
129
path: /tmp/tests
122
130
123
- - run:
124
- name: Test packaging
125
- command: |
126
- source /tmp/venv/bin/activate
127
- cd /tmp/src/templateflow
- python -m build
- python -m twine check dist/*
-
131
build_docs:
132
machine:
133
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
0 commit comments