Skip to content

Commit

Permalink
gosh, I'm struggling with this workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jul 6, 2024
1 parent aff791a commit 4b00c57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
# In order to save resources, only run particular
# matrix slots on other OS than Linux.
include:
- os: "macos-latest"
python-version: "3.12"
- os: "windows-latest"
python-version: "3.12"
#include:
# - os: "macos-latest"
# python-version: "3.12"
# - os: "windows-latest"
# python-version: "3.12"

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 4b00c57

Please sign in to comment.