Skip to content

Commit

Permalink
Fix strategy matrix format
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe committed Oct 12, 2023
1 parent d7e9dfc commit 407c2c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pyscal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
matrix:
include:
- os: "ubuntu-latest"
python-version: ["3.8", "3.9", "3.10"]
python-version: "3.8"
- os: "ubuntu-latest"
python-version: "3.9"
- os: "ubuntu-latest"
python-version: "3.10"
- os: "macos-latest"
python-version: "3.10"
- os: "windows-latest"
Expand Down

0 comments on commit 407c2c3

Please sign in to comment.