Skip to content

Commit

Permalink
CI: Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 10, 2023
1 parent 6ff2a07 commit 99224af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
python-version: ['3.9', '3.10', '3.11']
numpy-version: ['1.22.4', '1.25.2']

name: Build wheel on ${{ matrix.os }} for Python ${{ matrix.python-version }}

Expand All @@ -23,6 +24,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install meson-python toml pytest
python -m pip install numpy==${{ matrix.numpy-version }}
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.15.0

Expand Down

0 comments on commit 99224af

Please sign in to comment.