Skip to content

Commit

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

0 comments on commit d8cd3cf

Please sign in to comment.