summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-26 14:16:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-26 14:16:16 -0500
commit5ae9aa41369b8b0c8e1710475988ac0e9e3cf431 (patch)
tree27866f40abd500caa1f1cc945d17658685387e32
parent339c29920abdabdd9e6b5983ae711efb61b15d76 (diff)
downloadpython-setuptools-git-5ae9aa41369b8b0c8e1710475988ac0e9e3cf431.tar.gz
Disable tests on Windows while build issues exist. Ref pypa/distutils#118.
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c680fb36..d2979efd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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"