Skip to content

Commit

Permalink
force numpy1 for macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 28, 2024
1 parent ddd9a42 commit 0f46fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
if [[ "${{ matrix.python-version }}" == '3.7' || "${{ matrix.python-version}} == '3.8'" ]]; then
if [[ "${{ matrix.os }}" == "macos-13" || "${{ matrix.python-version }}" == '3.7' || "${{ matrix.python-version}} == '3.8'" ]]; then
NUMPY_VERSION="<2"
else
NUMPY_VERSION=">=2"
Expand Down

0 comments on commit 0f46fa4

Please sign in to comment.