Skip to content

Commit

Permalink
Just remove OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Apr 28, 2024
1 parent cda4d8f commit b9b0c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python-version: ["3.9", "3.10"]
scipy-version: ['1.8.1', '1.11.3']
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
interface: ['LP64', 'ILP64']

steps:
Expand All @@ -31,6 +31,7 @@ jobs:
python -m pip install numpy pytest coverage
- name: Test with pytest & coverage
run: |
echo $MKL_INTERFACE_LAYER
python -m coverage run -m pytest
env:
MKL_INTERFACE_LAYER: ${{ matrix.interface }}
Expand Down

0 comments on commit b9b0c6c

Please sign in to comment.