summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-29 13:09:56 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-29 13:09:56 -0500
commiteb337f6440da3d9aaedf6ba92674c283ca34e2e2 (patch)
tree0f094dae0a31acf518ae0e30cdbf7ae3842879e2 /.github/workflows
parentddafa7b8aa83c2596391dcf65723e6e3b39ca1a6 (diff)
downloadpython-setuptools-git-eb337f6440da3d9aaedf6ba92674c283ca34e2e2.tar.gz
Also use PEP 517 to build things like pytest-virtualenv.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d9e219ae..60d07948 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,6 +5,7 @@ on: [push, pull_request]
env:
# pypa/distutils#99
VIRTUALENV_NO_SETUPTOOLS: 1
+ PIP_USE_PEP517: 1
jobs:
test: