Skip to content

Commit

Permalink
Excluding windows tests on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Mar 26, 2024
1 parent 9800b82 commit 7905b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.10", "3.12"]
exclude:
- os: windows-latest
python-verson: "3.10"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7905b47

Please sign in to comment.