We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52aa780 commit 89aafd5Copy full SHA for 89aafd5
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
py3test:
5
working_directory: ~/fireworks
6
docker:
7
- - image: materialsvirtuallab/circle-ci-pmg-py3:3.7.3
+ - image: continuumio/miniconda3:4.6.14
8
- image: circleci/mongo:latest
9
steps:
10
- checkout
@@ -57,4 +57,4 @@ workflows:
57
version: 2
58
build_and_test:
59
jobs:
60
- - py2test
+ - py3test
0 commit comments