Skip to content

Commit

Permalink
remove macos tests from CI until we figure out the convergence issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Dec 5, 2024
1 parent a9ec0f7 commit 71c1e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["ubuntu-latest", "windows-latest"] #, "macos-latest"]
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 71c1e6b

Please sign in to comment.