Skip to content

Commit 1cff938

Browse files
committed
one layer off
1 parent d78106e commit 1cff938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/core_tests.yml

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

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

0 commit comments

Comments
 (0)