We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78106e commit 1cff938Copy full SHA for 1cff938
.github/workflows/core_tests.yml
@@ -251,8 +251,8 @@ jobs:
251
252
- name: Test ${{ matrix.region }}
253
run: |
254
- cd ${{ matrix.region-repo }}/test
255
- uv run --project ../.. --locked --group github-action --no-dev pytest .
+ cd ${{ matrix.region-repo }}
+ uv run --project .. --locked --group github-action --no-dev pytest ./test
256
257
random_seed_generation:
258
needs: foundation
0 commit comments