Skip to content

Commit

Permalink
Merge pull request #127 from isuruf/patch-1
Browse files Browse the repository at this point in the history
Pass through PROGRAMDATA, PROGRAMFILES env variables
  • Loading branch information
jaraco committed Mar 19, 2022
2 parents cd61528 + 4484edf commit 267dbd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Expand Up @@ -22,8 +22,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
# disable tests on Windows due to pypa/distutils#118
# - windows-latest
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Expand Up @@ -5,4 +5,9 @@ commands =
pytest {posargs}
setenv =
PYTHONPATH = {toxinidir}
passenv =
# workaround for tox-dev/tox#2382
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(X86)
skip_install = True

0 comments on commit 267dbd2

Please sign in to comment.