Skip to content

Commit

Permalink
Deactivate macos CI (numpy/numpy#15947)
Browse files Browse the repository at this point in the history
  • Loading branch information
aouinizied committed May 17, 2021
1 parent 435e5a7 commit 833f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
ls dist/
- name: Testing and coverage report generation
# if: startsWith(matrix.os, 'ubuntu') # Disable on MACOS
if: startsWith(matrix.os, 'ubuntu') # Disable on MACOS
run: |
python -m coverage run tests.py
python -m coverage combine
Expand Down

0 comments on commit 833f872

Please sign in to comment.