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 1dca11a commit 3291f53Copy full SHA for 3291f53
.circleci/config.yml
@@ -426,7 +426,7 @@ jobs:
426
427
test_package:
428
docker:
429
- - image: circleci/python:3.8.5
+ - image: cimg/python:3.9
430
working_directory: /tmp/src/niworkflows
431
steps:
432
- checkout
@@ -450,7 +450,7 @@ jobs:
450
451
deploy_pypi:
452
453
454
455
456
@@ -525,7 +525,7 @@ jobs:
525
526
build_docs:
527
528
529
environment:
530
- FSLOUTPUTTYPE: NIFTI
531
- SUBJECTS_DIR: /tmp/subjects
0 commit comments