Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't seem to consistently get mac tests working so, I'll just disable them because it's a headache :( #384

Merged
merged 2 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/local_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- "3.10"
platform:
- ubuntu-latest
include:
- platform: macos-latest
python: "3.9"
# include:
# - platform: macos-latest
# python: "3.9"
runs-on: ${{ matrix.platform }}
name: Run local integration tests
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- "3.10"
platform:
- ubuntu-latest
include:
- platform: macos-latest
python: "3.9"
# include:
# - platform: macos-latest
# python: "3.9"
runs-on: ${{ matrix.platform }}
name: Run unit tests
steps:
Expand Down