summaryrefslogtreecommitdiff
path: root/.github/workflows/python-tests.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:59:43 -0500
committerGitHub <noreply@github.com>2020-01-19 11:59:43 -0500
commite44bf410b1d8c664950abe41efb1d7fff7109cb7 (patch)
treedde01f3c1747cd0171f0887339f70900a4b680aa /.github/workflows/python-tests.yml
parenta0e8d0568d84e29066a5b45aade5aafe28237ec0 (diff)
parent94f88bf48af78c4f961fe42241da556837efa3c1 (diff)
downloadpython-setuptools-git-e44bf410b1d8c664950abe41efb1d7fff7109cb7.tar.gz
Merge pull request #1980 from pypa/feature/bootstrap-in-tox
Bootstrap the environment in tox, allowing simple 'tox' to run tests.
Diffstat (limited to '.github/workflows/python-tests.yml')
-rw-r--r--.github/workflows/python-tests.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index fab2169a..8941b359 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -51,10 +51,6 @@ jobs:
env
env: ${{ matrix.env }}
- - name: Update egg_info based on setup.py in checkout
- run: >-
- python -m bootstrap
- env: ${{ matrix.env }}
- name: Verify that there's no cached Python modules in sources
if: >-
! startsWith(matrix.os, 'windows-')