From 2c9205f5befee894ce3233958464633bfb79ce19 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 6 Jan 2022 18:55:43 +0000 Subject: Add SETUPTOOLS_USE_DISTUTILS configuration to integration tests --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa51eeaf..a9f37c5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,6 +61,11 @@ jobs: C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && tox -- --cov-report xml' integration-test: + strategy: + matrix: + distutils: + - stdlib + - local needs: test if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') # To avoid long times and high resource usage, we assume that: @@ -71,6 +76,8 @@ jobs: # "integration") # With that in mind, the integration tests can run for a single setup runs-on: ubuntu-latest + env: + SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }} steps: - uses: actions/checkout@v2 - name: Install OS-level dependencies -- cgit v1.2.1