Skip to content

Commit 623f77f

Browse files
committed
[skip ds005][skip ds054][skip ds210] Fix PyPi check
1 parent 44fa58f commit 623f77f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,18 +224,18 @@ jobs:
224224
echo "Skipping pytest job"
225225
circleci step halt
226226
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
233227
- attach_workspace:
234228
at: /tmp
235229
- restore_cache:
236230
keys:
237231
- regression-v0-{{ epoch }}
238232
- regression-v0-
233+
- run:
234+
name: Check PyPi preconditions
235+
command: |
236+
pip install "setuptools>=27.0" cython numpy twine future
237+
python setup.py check -r -s
238+
python setup.py sdist
239239
- run:
240240
name: Load Docker image layer cache
241241
no_output_timeout: 30m

0 commit comments

Comments
 (0)