Skip to content

Commit

Permalink
Disable tests on Windows while build issues exist. Ref pypa/distutils…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 26, 2022
1 parent 339c299 commit 5ae9aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
# disable tests on Windows due to pypa/distutils#118
# - windows-latest
include:
- platform: ubuntu-latest
python: "3.10"
Expand Down

0 comments on commit 5ae9aa4

Please sign in to comment.