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 65534af commit a3e9e8aCopy full SHA for a3e9e8a
.circleci/config.yml
@@ -696,7 +696,7 @@ jobs:
696
697
deploy_pypi:
698
docker:
699
- - image: cimg/python:3.8.5
+ - image: cimg/python:3.10
700
working_directory: /tmp/src/mriqc
701
steps:
702
- checkout
@@ -725,7 +725,7 @@ jobs:
725
726
deploy_docker:
727
machine:
728
- image: ubuntu-2004:202104-01
+ image: default
729
730
731
- restore_cache:
0 commit comments