Skip to content

Commit

Permalink
Set default python version to 3.12 in tests
Browse files Browse the repository at this point in the history
This is to test if issue #329 can be reproduced
  • Loading branch information
AdrianDAlessandro committed Oct 23, 2024
1 parent 1ec99d4 commit 8d316f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
python-version:
description: 'Python version'
default: '["3.10"]'
default: '["3.12"]'
type: string

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:
run: pytest

- name: Upload coverage to Codecov
if: success() && (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10')
if: success() && (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12')
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 8d316f2

Please sign in to comment.