This commit is contained in:
Jonas Eschle 2025-04-08 09:44:41 +02:00
parent 1f462ab50a
commit cdcf14bce6

View File

@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv
uv install --system tox tox-gh-actions
uv pip install --system tox tox-gh-actions
- name: Test with tox
run: tox
@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv poetry
uv install --system .[dev]
uv pip install --system .[dev]
- name: Calculate coverage
run: poetry run coverage run --source=pipreqs -m unittest discover