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 27, 2023
1 parent 9dfe7a4 commit 3f5d776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 3f5d776

Please sign in to comment.