Skip to content

Commit

Permalink
removing mac error
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed May 23, 2024
1 parent 08115d4 commit 039b881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# For example -- os: [ubuntu-latest, macos-latest, windows-latest]
# windows-latest not possible due to how temp files are used in tests currently
# macos failing due to an issue installing h5py - KDG 14may24
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]

# Test python version 3.x
python-ver: [10, 11, 12]
Expand Down

0 comments on commit 039b881

Please sign in to comment.