Skip to content

Commit

Permalink
install numpy first
Browse files Browse the repository at this point in the history
it is failing for some reason
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent de0d608 commit e93851d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Make nmake available
uses: ilammy/msvc-dev-cmd@v1

- name: Set up Python ${{ matrix.pyver }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyver }}

- name: install numpy
pip install numpy

- name: Make nmake available
uses: ilammy/msvc-dev-cmd@v1

- name: install zlib
run: |
mkdir zlib-install
Expand Down Expand Up @@ -61,6 +64,7 @@ jobs:
- name: Install code
run: pip install -e . --global-option="build_ext" --global-option="--use-system-fitsio"

- name: test
run: |
pip install pytest
Expand Down

0 comments on commit e93851d

Please sign in to comment.