Skip to content

Commit

Permalink
Remove CI workflow exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Jul 4, 2023
1 parent 20b7fc1 commit 3b3ed84
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, "3.10", "3.11"]
exclude:
# excludes py38 on macOS, which seems to stall currently
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.9
- os: macos-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.11"
# exclude:
# # excludes py38 on macOS, which seems to stall currently
# - os: macos-latest
# python-version: 3.8
# - os: macos-latest
# python-version: 3.9
# - os: macos-latest
# python-version: "3.10"
# - os: macos-latest
# python-version: "3.11"
# - os: windows-latest
# python-version: "3.11"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 3b3ed84

Please sign in to comment.