Skip to content

Commit

Permalink
Only test build on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Oct 25, 2024
1 parent 3194cfa commit 043a58d
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 @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -20,7 +20,7 @@ jobs:
- run: pip install build
- run: python -m build
pip-install:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -33,7 +33,7 @@ jobs:
- run: pip install build
- run: pip install .
pip-editable-install:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 043a58d

Please sign in to comment.