Skip to content

Commit

Permalink
TST: re-enable tests on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Dec 17, 2023
1 parent c889ad3 commit 3cb8aee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:
strategy:
matrix:
architecture:
#- x86
- x86
- x64
os:
- ubuntu-latest
#- macos-latest
#- windows-latest
- macos-latest
- windows-latest
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
#exclude:
# - os: ubuntu-latest
# architecture: x86
# - os: macos-latest
# architecture: x86
exclude:
- os: ubuntu-latest
architecture: x86
- os: macos-latest
architecture: x86
fail-fast: false

steps:
Expand Down

0 comments on commit 3cb8aee

Please sign in to comment.