File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,10 @@ jobs:
134134 CIME_DRIVER : " nuopc"
135135 CIME_TEST_PLATFORM : " ubuntu-latest"
136136 SKIP_ENTRYPOINT : " true"
137+ UV_SYSTEM_PYTHON : 1
137138 run : |
138139 # manually run the entrypoint
139- SKIP_ENTRYPOINT="true" source /entrypoint.sh
140+ source /entrypoint.sh
140141
141142 uv pip install -r test-requirements.txt
142143 uv pip install pytest pytest-cov
@@ -224,9 +225,10 @@ jobs:
224225 CIME_DRIVER : ${{ matrix.driver }}
225226 CIME_TEST_PLATFORM : ubuntu-latest
226227 SKIP_ENTRYPOINT : " true"
228+ UV_SYSTEM_PYTHON : 1
227229 run : |
228230 # manually run the entrypoint
229- SKIP_ENTRYPOINT=true source /entrypoint.sh
231+ source /entrypoint.sh
230232
231233 uv pip install -r test-requirements.txt
232234 uv pip install pytest pytest-cov
You can’t perform that action at this time.
0 commit comments