Skip to content

Commit

Permalink
Unset VIRTUALENV_NO_SETUPTOOLS for ci_setuptools because pytest-virtu…
Browse files Browse the repository at this point in the history
…alenv can't install without it. Ref man-group/pytest-plugins#190
  • Loading branch information
jaraco committed Dec 29, 2021
1 parent 2842e80 commit 9f2b840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [push, pull_request]
env:
# pypa/distutils#99
VIRTUALENV_NO_SETUPTOOLS: 1
PIP_USE_PEP517: 1

jobs:
test:
Expand Down Expand Up @@ -93,6 +92,8 @@ jobs:
run: |
cd integration/setuptools
tox
env:
VIRTUALENV_NO_SETUPTOOLS: null

release:
needs: test
Expand Down

0 comments on commit 9f2b840

Please sign in to comment.