Skip to content

Commit

Permalink
Revert "Try with pip"
Browse files Browse the repository at this point in the history
This reverts commit 27b9f9f.
  • Loading branch information
danielhollas committed Nov 4, 2024
1 parent 27b9f9f commit 87109f9
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 @@ -42,7 +42,7 @@ jobs:
version: "0.4.29"

- name: Install package
run: pip install -e .[dev]
run: uv pip install --system -e .[dev]

- name: Test package
run: pytest --cov --cov-report=xml --cov-report=term
Expand Down

0 comments on commit 87109f9

Please sign in to comment.