File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ commands:
88
88
89
89
jobs :
90
90
pytest-docker :
91
- machine : true
91
+ machine :
92
+ image : ubuntu-2004:202010-01
92
93
steps :
93
94
- attach_workspace :
94
95
# Must be absolute path or relative path from working_directory
@@ -112,7 +113,8 @@ jobs:
112
113
path : htmlcov
113
114
no_output_timeout : 5h
114
115
pytest-singularity :
115
- machine : true
116
+ machine :
117
+ image : ubuntu-2004:202010-01
116
118
steps :
117
119
- attach_workspace :
118
120
# Must be absolute path or relative path from working_directory
@@ -127,7 +129,8 @@ jobs:
127
129
pip install -r dev/circleci_data/requirements.txt
128
130
coverage run -m pytest --junitxml=test-results/junit.xml --continue-on-collection-errors dev/circleci_data/test_install.py
129
131
build :
130
- machine : true
132
+ machine :
133
+ image : ubuntu-2004:202010-01
131
134
steps :
132
135
- checkout
133
136
- set-python-version
You can’t perform that action at this time.
0 commit comments