Skip to content

Commit

Permalink
[revert]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Apr 24, 2024
1 parent 1340b00 commit d143a98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.12"]
include:
- os: "windows-latest"
python-version: "3.12"
os: ["windows-latest"]
python-version: ["3.12"]
# include:
# - os: "windows-latest"
# python-version: "3.12"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d143a98

Please sign in to comment.