We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd61528 + 4484edf commit 267dbd2Copy full SHA for 267dbd2
.github/workflows/main.yml
@@ -22,8 +22,7 @@ jobs:
22
platform:
23
- ubuntu-latest
24
- macos-latest
25
- # disable tests on Windows due to pypa/distutils#118
26
- # - windows-latest
+ - windows-latest
27
runs-on: ${{ matrix.platform }}
28
steps:
29
- uses: actions/checkout@v2
tox.ini
@@ -5,4 +5,9 @@ commands =
5
pytest {posargs}
6
setenv =
7
PYTHONPATH = {toxinidir}
8
+passenv =
9
+ # workaround for tox-dev/tox#2382
10
+ PROGRAMDATA
11
+ PROGRAMFILES
12
+ PROGRAMFILES(X86)
13
skip_install = True
0 commit comments