Skip to content

chore: update code coverage to use proper python version #1293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025

Conversation

jackwotherspoon
Copy link
Collaborator

@jackwotherspoon jackwotherspoon commented May 6, 2025

Code coverage check is failing due to not finding a Python 3.10 distribution.

We are using Python 3.13 in the setup-python section of the coverage job but
then running nox with Python 3.10.

python-version: "3.13"
- run: pip install nox coverage
- name: Checkout base branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.base_ref }}
- name: Calculate base code coverage
run: |
nox --sessions unit-3.10

Both setup-python and nox should run using same Python version

@jackwotherspoon jackwotherspoon requested a review from a team as a code owner May 6, 2025 15:24
@kgala2 kgala2 merged commit 31ec9ca into main May 6, 2025
17 checks passed
@kgala2 kgala2 deleted the jackwotherspoon-patch-1 branch May 6, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants