Skip to content

Commit

Permalink
CI: Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Feb 8, 2024
1 parent 2df0acd commit 767f812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.2']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4']
exclude:
- python-version: '3.10'
numpy-version: '1.20.3'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.2']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4']
exclude:
- python-version: '3.10'
numpy-version: '1.20.3'
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
sudo apt-get install libopenblas-dev
python -m pip install --upgrade pip wheel
python -m pip install --upgrade setuptools==59.2.0
python -m pip install meson-python toml pytest
python -m pip install ninja meson-python toml pytest
pushd .
cd ..
git clone --shallow-submodules --recurse-submodules https://github.com/numpy/numpy.git
Expand All @@ -135,7 +135,7 @@ jobs:
popd
- name: Install ufunclab
run: |
python -m pip install .
python -m pip install --no-build-isolation .
- name: Test with pytest
run: |
pytest --pyargs ufunclab
Expand Down

0 comments on commit 767f812

Please sign in to comment.