Skip to content

Commit

Permalink
Turning off pytest for macOS in Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricEngle-NOAA committed Aug 1, 2024
1 parent ee1fcba commit b147d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Test with pytest
run: |
pytest
python --version
#pytest

0 comments on commit b147d78

Please sign in to comment.