Skip to content

Commit

Permalink
Restore test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Sep 9, 2023
1 parent ad2fd02 commit ad455ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "windows-latest", "ubuntu-latest" ]
python-version: [ "3.11" ]
# os: [ "windows-latest", "ubuntu-latest", "macos-latest" ]
# python-version: [ "3.9","3.10", "3.11" ]
os: [ "windows-latest", "ubuntu-latest", "macos-latest" ]
python-version: [ "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ad455ff

Please sign in to comment.