Skip to content

Commit 259dae5

Browse files
committed
HOTFIX: Run tests and upload to PyPI on tag
1 parent c8091cc commit 259dae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ workflows:
381381
jobs:
382382
- compare_base_dockerfiles
383383
- test_pytest:
384+
filters:
385+
tags:
386+
only: /.*/
384387
requires:
385388
- compare_base_dockerfiles
386389
- test_py3_fmri_fsl_spm:
@@ -409,9 +412,6 @@ workflows:
409412
only: /.*/
410413
requires:
411414
- test_pytest
412-
- test_fmri_spm_nested_fsl_feeds
413-
- test_py3_fmri_fsl_spm
414-
- test_py3_fmri_spm_dartel_multiproc
415415
- update_feedstock:
416416
context: nipybot
417417
filters:

0 commit comments

Comments
 (0)