mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-09-13 16:34:48 +00:00
back to uv
This commit is contained in:
4
.github/workflows/test-parser.yaml
vendored
4
.github/workflows/test-parser.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
python-version-file: ".python-version"
|
python-version-file: ".python-version"
|
||||||
|
|
||||||
- name: Install the project
|
- name: Install the project
|
||||||
run: uv export > requirements.txt && pip install -r requirements.txt
|
run: uv sync --locked --dev
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: PYTHONPATH=. pytest
|
run: PYTHONPATH=. uv run pytest
|
||||||
|
Reference in New Issue
Block a user