Skip to content

Commit

Permalink
ci: disable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
asawczyn committed May 17, 2024
1 parent 8edbf12 commit 242345f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.11 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
os:
- ubuntu-latest
# - macos-latest # at the moment bitsandbytes installation fails on macOS
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -26,7 +29,10 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.11 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
os:
- ubuntu-latest
# - macos-latest # at the moment bitsandbytes installation fails on macOS
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 242345f

Please sign in to comment.