diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-26 14:16:16 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-26 14:16:16 -0500 |
| commit | 5ae9aa41369b8b0c8e1710475988ac0e9e3cf431 (patch) | |
| tree | 27866f40abd500caa1f1cc945d17658685387e32 | |
| parent | 339c29920abdabdd9e6b5983ae711efb61b15d76 (diff) | |
| download | python-setuptools-git-5ae9aa41369b8b0c8e1710475988ac0e9e3cf431.tar.gz | |
Disable tests on Windows while build issues exist. Ref pypa/distutils#118.
| -rw-r--r-- | .github/workflows/main.yml | 3 |
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" |
