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