Skip to content

Commit d1be7c5

Browse files
committed
💚 Specify machine image: Ubuntu 20.04, Docker v19.03.13, Docker Compose v1.27.4
1 parent bf71245 commit d1be7c5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ commands:
8888
8989
jobs:
9090
pytest-docker:
91-
machine: true
91+
machine:
92+
image: ubuntu-2004:202010-01
9293
steps:
9394
- attach_workspace:
9495
# Must be absolute path or relative path from working_directory
@@ -112,7 +113,8 @@ jobs:
112113
path: htmlcov
113114
no_output_timeout: 5h
114115
pytest-singularity:
115-
machine: true
116+
machine:
117+
image: ubuntu-2004:202010-01
116118
steps:
117119
- attach_workspace:
118120
# Must be absolute path or relative path from working_directory
@@ -127,7 +129,8 @@ jobs:
127129
pip install -r dev/circleci_data/requirements.txt
128130
coverage run -m pytest --junitxml=test-results/junit.xml --continue-on-collection-errors dev/circleci_data/test_install.py
129131
build:
130-
machine: true
132+
machine:
133+
image: ubuntu-2004:202010-01
131134
steps:
132135
- checkout
133136
- set-python-version

0 commit comments

Comments
 (0)