Skip to content

Commit

Permalink
BLD Force python_abi so CPython does not get replace by PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Jan 8, 2024
1 parent 9e4aae8 commit 583a28d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-python-package-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- '3.10'
- '3.11'
numpy-version:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
Expand Down Expand Up @@ -52,13 +53,17 @@ jobs:


# NumPy <1.21 are too old for Python 3.10
- python-version: '3.10'
numpy-version: '1.18'
- python-version: '3.10'
numpy-version: '1.19'
- python-version: '3.10'
numpy-version: '1.20'


# NumPy <1.23 are too old for Python 3.11
- python-version: '3.11'
numpy-version: '1.18'
- python-version: '3.11'
numpy-version: '1.19'
- python-version: '3.11'
Expand All @@ -75,7 +80,7 @@ jobs:
cache-environment: true
cache-downloads: false
environment-name: mahotas_test_env
create-args: python=${{ matrix.python-version }} numpy=${{ matrix.numpy-version }}
create-args: python=${{ matrix.python-version }} python_abi=${{ matrix.python-version }} numpy=${{ matrix.numpy-version }}

- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 583a28d

Please sign in to comment.