back to uv

This commit is contained in:
Bruce Röttgers 2025-04-26 21:57:43 +02:00
parent 322df10561
commit 559bcdda44

View File

@ -17,7 +17,7 @@ jobs:
python-version-file: ".python-version"
- name: Install the project
run: uv export > requirements.txt && pip install -r requirements.txt
run: uv sync --locked --dev
- name: Run tests
run: PYTHONPATH=. pytest
run: PYTHONPATH=. uv run pytest