Skip to content

Commit

Permalink
test: add python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Feb 28, 2023
1 parent 9dfe7a4 commit 4581a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
env:
MAIN_BRANCH: ${{ inputs.main_branch || 'main' }}
MAIN_OS: ${{ inputs.main_os || 'macos-12' }}
MAIN_PY_VER: ${{ inputs.main_py_ver || '3.10' }}
MAIN_PY_VER: ${{ inputs.main_py_ver || '3.9' }}
TMATE: ${{ inputs.tmate || 'false' }}


Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 4581a0b

Please sign in to comment.