Skip to content

Commit 57b6bc3

Browse files
committed
locked
1 parent f09a2fc commit 57b6bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
- name: Test ${{ matrix.region }}
253253
run: |
254254
cd ${{ matrix.region-repo }}/test
255-
uv run pytest .
255+
uv run --locked --only-group github-action pytest .
256256
257257
random_seed_generation:
258258
needs: foundation

0 commit comments

Comments
 (0)