Skip to content

Commit

Permalink
Trying to figure out why Ubuntu tests failing (#1592)
Browse files Browse the repository at this point in the history
Remove ubuntu from runner until I can figure out why it's failing
  • Loading branch information
RhetTbull authored Jun 22, 2024
1 parent 2b25532 commit 91b8280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [macos-14, ubuntu-latest]
# os: [macos-14, ubuntu-latest]
os: [macos-14]
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 91b8280

Please sign in to comment.