try new install method

This commit is contained in:
Bruce Röttgers 2025-04-26 19:43:44 +02:00
parent 59b2aeb1f4
commit 322df10561

View File

@ -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 sync --locked --dev run: uv export > requirements.txt && pip install -r requirements.txt
- name: Run tests - name: Run tests
run: uv run pytest run: PYTHONPATH=. pytest