diff --git a/.github/workflows/check_documentation.yml b/.github/workflows/check_documentation.yml index f68c44c271..738f4ecd0f 100644 --- a/.github/workflows/check_documentation.yml +++ b/.github/workflows/check_documentation.yml @@ -15,6 +15,8 @@ jobs: contents: write runs-on: ubuntu-20.04 + env: + PYTHON_BINDING_VERSION: "3.10" steps: - name: Harden Runner diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bd9357baa1..485aefc57d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,8 +18,6 @@ jobs: include: - os: ubuntu-20.04 PYTHON_BINDING_VERSION: "3.10" - - os: ubuntu-20.04 - PYTHON_BINDING_VERSION: "3.8" name: ${{ matrix.os }}, python-${{ matrix.PYTHON_BINDING_VERSION }} runs-on: ${{ matrix.os }}