Skip to content

Commit

Permalink
get arg order correct
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent a7fbb58 commit 8d89590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cd ..
- name: Install code
run: pip install -e --no-deps . --global-option="build_ext" --global-option="--use-system-fitsio"
run: pip install --no-deps -e . --global-option="build_ext" --global-option="--use-system-fitsio"

- name: test
run: |
Expand Down

0 comments on commit 8d89590

Please sign in to comment.