Skip to content

Commit

Permalink
try different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Feb 13, 2024
1 parent e4297d1 commit 6f0196c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
exclude:
- os: windows-latest
python-version: ["3.8", "3.9"]

python-version: "3.8"
- os: windows-latest
python-version: "3.9"

defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 6f0196c

Please sign in to comment.