Skip to content

Commit

Permalink
Ensure that *coveralls.io* upload uses Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 24, 2024
1 parent f5c68a4 commit 34ae2e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ jobs:
poetry run python -W ignore -m pytest --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
shell: bash
- name: Upload Coverage to coveralls.io
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.11'
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.12'
run: |
if [ -z "$COVERALLS_REPO_TOKEN" ]; then echo \"COVERALLS_REPO_TOKEN\" secret is undefined!; else poetry run coveralls; fi
shell: bash

0 comments on commit 34ae2e0

Please sign in to comment.