[CI] Install uv into system env

This commit is contained in:
Fabian Joswig 2025-01-09 09:59:08 +01:00
parent 9c5533bb81
commit b7c8a6ab95

View file

@ -35,10 +35,10 @@ jobs:
- name: Install - name: Install
run: | run: |
uv pip install wheel uv pip install wheel --system
uv pip install . uv pip install . --system
uv pip install pytest pytest-cov pytest-benchmark hypothesis uv pip install pytest pytest-cov pytest-benchmark hypothesis --system
uv pip freeze uv pip freeze --system
- name: Run tests - name: Run tests
run: pytest --cov=pyerrors -vv run: pytest --cov=pyerrors -vv