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 44fa58f commit 623f77fCopy full SHA for 623f77f
.circleci/config.yml
@@ -224,18 +224,18 @@ jobs:
224
echo "Skipping pytest job"
225
circleci step halt
226
fi
227
- - run:
228
- name: Check PyPi preconditions
229
- command: |
230
- pip install "setuptools>=27.0" cython numpy twine future
231
- python setup.py check -r -s
232
- python setup.py sdist
233
- attach_workspace:
234
at: /tmp
235
- restore_cache:
236
keys:
237
- regression-v0-{{ epoch }}
238
- regression-v0-
+ - run:
+ name: Check PyPi preconditions
+ command: |
+ pip install "setuptools>=27.0" cython numpy twine future
+ python setup.py check -r -s
+ python setup.py sdist
239
- run:
240
name: Load Docker image layer cache
241
no_output_timeout: 30m
0 commit comments