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 35a4e1a commit 0f6070cCopy full SHA for 0f6070c
.github/workflows/test.yaml
@@ -94,7 +94,7 @@ jobs:
94
python-version: "3.11"
95
- uses: ./.github/actions/setup-env
96
- name: Build fixture database
97
- run: uv run python tests/json_infra/build_fixture_db.py
+ run: tox -e json_infra --notest && tox -e json_infra -- python -m tests.json_infra.build_fixture_db
98
- name: Run json infra tests
99
run: tox -e json_infra
100
env:
0 commit comments