mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-06-07 00:14:05 +00:00
try new install method
This commit is contained in:
parent
59b2aeb1f4
commit
322df10561
4
.github/workflows/test-parser.yaml
vendored
4
.github/workflows/test-parser.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
python-version-file: ".python-version"
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --locked --dev
|
||||
run: uv export > requirements.txt && pip install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest
|
||||
run: PYTHONPATH=. pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user