Skip to content

Commit

Permalink
No build testing on macOS, Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Oct 25, 2024
1 parent 7fd47fc commit 7fea839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
needs: define-matrix
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ${{ fromJSON(needs.define-matrix.outputs.python-version) }}
Expand All @@ -32,7 +32,7 @@ jobs:
- run: python -m build
pip-install:
needs: define-matrix
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ${{ fromJSON(needs.define-matrix.outputs.python-version) }}
Expand All @@ -45,7 +45,7 @@ jobs:
- run: pip install .
pip-editable-install:
needs: define-matrix
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ${{ fromJSON(needs.define-matrix.outputs.python-version) }}
Expand Down

0 comments on commit 7fea839

Please sign in to comment.