Skip to content

Commit f6445d8

Browse files
committed
Fixes using uv pip
1 parent fba3793 commit f6445d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)