Skip to content

Commit

Permalink
Full tests 2 (#319)
Browse files Browse the repository at this point in the history
* remove macos runners from full tests
  • Loading branch information
robsdavis authored Jan 10, 2025
1 parent bc22883 commit 4e21876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest] # TODO: Add MacOS back, currently hanging until timeout for unknown reason
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_full_part2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest] # TODO: Add MacOS back, currently hanging until timeout for unknown reason
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4e21876

Please sign in to comment.