Skip to content

Commit d78106e

Browse files
committed
move uv
1 parent baf31a4 commit d78106e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/core_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ jobs:
251251

252252
- name: Test ${{ matrix.region }}
253253
run: |
254-
uv run --locked --group github-action --no-dev pytest --rootdir ${{ matrix.region-repo }}/test ${{ matrix.region-repo }}/test
254+
cd ${{ matrix.region-repo }}/test
255+
uv run --project ../.. --locked --group github-action --no-dev pytest .
255256
256257
random_seed_generation:
257258
needs: foundation

0 commit comments

Comments
 (0)