From cc5168baa6a0828c0c43d0b0dc35df6b5b607a42 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 19 Feb 2024 03:32:55 -0500 Subject: [PATCH] Force the TOX_ENV to the same Python as tox. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc4af16..4fda670 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,6 +46,8 @@ jobs: platform: ubuntu-latest runs-on: ${{ matrix.platform }} continue-on-error: ${{ matrix.python == '3.13' }} + env: + TOX_ENV: py steps: - uses: actions/checkout@v4 - name: Setup Python