File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def build_in_container(
180
180
log .step ("Running before_all..." )
181
181
182
182
env = container .get_environment ()
183
- env ["PATH" ] = f'/opt/python/cp38-cp38 /bin:{ env ["PATH" ]} '
183
+ env ["PATH" ] = f'/opt/python/cp39-cp39 /bin:{ env ["PATH" ]} '
184
184
env ["PIP_DISABLE_PIP_VERSION_CHECK" ] = "1"
185
185
env ["PIP_ROOT_USER_ACTION" ] = "ignore"
186
186
env = before_all_options .environment .as_dictionary (
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class OCIContainer:
167
167
... print(self.debug_info())
168
168
"""
169
169
170
- UTILITY_PYTHON = "/opt/python/cp38-cp38 /bin/python"
170
+ UTILITY_PYTHON = "/opt/python/cp39-cp39 /bin/python"
171
171
172
172
process : PopenBytes
173
173
bash_stdin : IO [bytes ]
You can’t perform that action at this time.
0 commit comments