diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:09:56 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:09:56 -0500 |
| commit | eb337f6440da3d9aaedf6ba92674c283ca34e2e2 (patch) | |
| tree | 0f094dae0a31acf518ae0e30cdbf7ae3842879e2 /.github | |
| parent | ddafa7b8aa83c2596391dcf65723e6e3b39ca1a6 (diff) | |
| download | python-setuptools-git-eb337f6440da3d9aaedf6ba92674c283ca34e2e2.tar.gz | |
Also use PEP 517 to build things like pytest-virtualenv.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 1 |
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: |
