Skip to content

Commit

Permalink
I'm done with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent b8adf63 commit ecbd016
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
run: |
which python
python -V
pip install uv
uv pip install ".[dev]"
python -m pip install ".[dev]"
- name: Test with pytest
run: |
coverage run --source=. --omit=".tox/*" --branch -m pytest .
Expand Down Expand Up @@ -79,8 +78,7 @@ jobs:
run: |
which python
python -V
pip install uv
uv pip install ".[dev]"
python -m pip install ".[dev]"
- name: Test with pytest
run: |
ZFIT_DO_JIT=0
Expand Down

0 comments on commit ecbd016

Please sign in to comment.