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 baf31a4 commit d78106eCopy full SHA for d78106e
.github/workflows/core_tests.yml
@@ -251,7 +251,8 @@ jobs:
251
252
- name: Test ${{ matrix.region }}
253
run: |
254
- uv run --locked --group github-action --no-dev pytest --rootdir ${{ matrix.region-repo }}/test ${{ matrix.region-repo }}/test
+ cd ${{ matrix.region-repo }}/test
255
+ uv run --project ../.. --locked --group github-action --no-dev pytest .
256
257
random_seed_generation:
258
needs: foundation
0 commit comments