mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-21 01:50:12 +01:00
fix(ci): install httpx and run pytest via python -m
This commit is contained in:
parent
c95b15ef56
commit
eb5281623a
4 changed files with 6 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
- name: Tests
|
||||
run: |
|
||||
pytest -q || true
|
||||
python -m pytest -q || true
|
||||
|
||||
- name: Theme catalog validation (non-strict)
|
||||
run: |
|
||||
|
|
@ -56,4 +56,4 @@ jobs:
|
|||
CSV_FILES_DIR: csv_files/testdata
|
||||
RANDOM_MODES: "1"
|
||||
run: |
|
||||
pytest -q code/tests/test_random_determinism.py code/tests/test_random_build_api.py code/tests/test_seeded_builder_minimal.py code/tests/test_builder_rng_seeded_stream.py
|
||||
python -m pytest -q code/tests/test_random_determinism.py code/tests/test_random_build_api.py code/tests/test_seeded_builder_minimal.py code/tests/test_builder_rng_seeded_stream.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue