Skip to content

Commit 0f6070c

Browse files
committed
Fix CI script
1 parent 35a4e1a commit 0f6070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
python-version: "3.11"
9595
- uses: ./.github/actions/setup-env
9696
- name: Build fixture database
97-
run: uv run python tests/json_infra/build_fixture_db.py
97+
run: tox -e json_infra --notest && tox -e json_infra -- python -m tests.json_infra.build_fixture_db
9898
- name: Run json infra tests
9999
run: tox -e json_infra
100100
env:

0 commit comments

Comments
 (0)