mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
[CI] Install uv into system env
This commit is contained in:
parent
9c5533bb81
commit
b7c8a6ab95
1 changed files with 4 additions and 4 deletions
8
.github/workflows/pytest.yml
vendored
8
.github/workflows/pytest.yml
vendored
|
@ -35,10 +35,10 @@ jobs:
|
|||
|
||||
- name: Install
|
||||
run: |
|
||||
uv pip install wheel
|
||||
uv pip install .
|
||||
uv pip install pytest pytest-cov pytest-benchmark hypothesis
|
||||
uv pip freeze
|
||||
uv pip install wheel --system
|
||||
uv pip install . --system
|
||||
uv pip install pytest pytest-cov pytest-benchmark hypothesis --system
|
||||
uv pip freeze --system
|
||||
|
||||
- name: Run tests
|
||||
run: pytest --cov=pyerrors -vv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue