diff options
| -rw-r--r-- | .github/workflows/main.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41490892..a82b6fd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,40 +35,6 @@ jobs: ${{ runner.os }}, ${{ matrix.python }} - ci_setuptools: - # Integration testing with setuptools - strategy: - matrix: - python: [3.9] - platform: [ubuntu-latest] - runs-on: ${{ matrix.platform }} - env: - SETUPTOOLS_USE_DISTUTILS: local - steps: - - uses: actions/checkout@v2 - - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python }} - - name: Install tox - run: | - python -m pip install tox - - name: Check out pypa/setuptools - uses: actions/checkout@v2 - with: - repository: pypa/setuptools - ref: main - path: integration/setuptools - - name: Replace vendored distutils - run: | - cd integration/setuptools/setuptools - rm -rf _distutils - cp -rp ../../../distutils _distutils - - name: Run setuptools tests - run: | - cd integration/setuptools - tox - release: needs: test if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') |
