diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7a34429..345336b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,6 +97,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - uses: rcmdnk/python-action@v1 with: + python-version: "${{ matrix.python-version }}" pytest-cov-path: "bin" coverage-push: "${{ env.IS_MAIN }}" coverage-push-condition: "branch=${{ env.MAIN_BRANCH }}, os=${{ env.MAIN_OS }}, python_version=${{ env.MAIN_PY_VER }}"