summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-11 23:58:47 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-17 16:46:23 +0000
commita2230a509bcd0f4c308ee59bd1eeac6def0e5d2b (patch)
tree92de96e55514b64c4b9140ec86b6e73bc3c70d28 /.github/workflows
parent02f3821b9af91feadae2326b78a814ac2fbbe520 (diff)
downloadpython-setuptools-git-a2230a509bcd0f4c308ee59bd1eeac6def0e5d2b.tar.gz
Attempt to re-enable Windows tests
According to a comment in pypa/distutils#118 this problem might be solved by allowing tox to pass some environment variables.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5be824c1..c680fb36 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- - windows-2019
+ - windows-latest
include:
- platform: ubuntu-latest
python: "3.10"