Skip to content

Commit

Permalink
Remove unneeded extra install of wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 2, 2024
1 parent ffd3807 commit 822aa8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ jobs:
pip install cramjam-cli --no-index --find-links dist
- name: cramjam test
run: |
pip install cramjam --no-index --find-links dist
cd cramjam-python
pip install .[dev]
python -m pytest tests -v
Expand Down

0 comments on commit 822aa8e

Please sign in to comment.