Skip to content

Commit

Permalink
ci: fix uv1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 12, 2024
1 parent 6e942a9 commit 98ae0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
which python
python -V
python -m uv pip install -e ".[dev]"
uv pip install -e ".[dev]"
- name: Test with pytest
run: |
ZFIT_DO_JIT=${{ matrix.jit }}
Expand Down

0 comments on commit 98ae0f8

Please sign in to comment.