diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 11:59:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-19 11:59:43 -0500 |
| commit | e44bf410b1d8c664950abe41efb1d7fff7109cb7 (patch) | |
| tree | dde01f3c1747cd0171f0887339f70900a4b680aa /.github/workflows/python-tests.yml | |
| parent | a0e8d0568d84e29066a5b45aade5aafe28237ec0 (diff) | |
| parent | 94f88bf48af78c4f961fe42241da556837efa3c1 (diff) | |
| download | python-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.yml | 4 |
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-') |
