Skip to content

Commit

Permalink
numpy versions were missing in test, ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
mplough-kobold committed Sep 12, 2024
1 parent 161957e commit 9fd416b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ jobs:
env:
PYTHON_ARCH: ${{ matrix.config.python-arch }}
PYTHON_VERSION: ${{ matrix.config.python-version }}
NUMPY_VERSION: ${{ matrix.config.numpy-version }}

- name: Setup Python (Windows)
if: matrix.config.os-name == 'windows'
Expand All @@ -404,6 +405,7 @@ jobs:
env:
PYTHON_VERSION: ${{ matrix.config.python-version }}
PYTHON_ARCH: ${{ matrix.config.python-arch }}
NUMPY_VERSION: ${{ matrix.config.numpy-version }}

- name: Setup Python (macOS)
if: matrix.config.os-name == 'mac'
Expand All @@ -417,6 +419,7 @@ jobs:
env:
PYTHON_ARCH: ${{ matrix.config.python-arch }}
PYTHON_VERSION: ${{ matrix.config.python-version }}
NUMPY_VERSION: ${{ matrix.config.numpy-version }}

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9fd416b

Please sign in to comment.