Skip to content

Commit

Permalink
Fixing action matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
resmaili committed Mar 28, 2024
1 parent 3dbe91c commit 3d1e5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
include:
- os: [macos-latest, windows-latest]
os: [macos-latest, windows-latest]

# Control the os/python builds
name: ${{ matrix.os }} Build and Release
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
include:
- os: [ubuntu-latest]
os: [ubuntu-latest]

# Control the os/python builds
name: Pytest ${{ matrix.os }} x ${{ matrix.python-version }}
Expand Down

0 comments on commit 3d1e5fd

Please sign in to comment.