Skip to content

Commit

Permalink
fixup! Using sep-pjw as substitute for sep
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Oct 13, 2024
1 parent e7226e2 commit bdb818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install coverage
run: pip install coverage
- name: Install astroalign dependencies
run: pip install "numpy>=1.11" "scipy>=0.15" scikit-image sep
run: pip install "numpy>=1.11" "scipy>=0.15" scikit-image sep-pjw
- name: Install test dependencies
run: pip install -r tests/requirements.txt
- name: Run coverage
Expand Down

0 comments on commit bdb818e

Please sign in to comment.