Skip to content

Commit

Permalink
Remove level 3 in python version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 26, 2023
1 parent c214133 commit f50633d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extensive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
matrix:
test-type: [unit, integrated]
packages: [all, vmec, spec, none]
python-version: [3.8.17, 3.9.17, 3.10.13] # To sync with coveragerc use 3 levels with python version
python-version: [3.8, 3.9, 3.10]
include:
- python-version: 3.9.17
- python-version: 3.9
test-type: unit
packages: none
- python-version: 3.9.17
- python-version: 3.9
test-type: integrated
packages: none

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9.17
python-version: 3.9

- name: Install coverage
run: pip install coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/non_simd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9.17] # To sync with coveragerc use 3 level
python-version: [3.9]

steps:
# First print out lots of information. We do this in separate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9.17] # To sync with coveragerc use 3 level
python-version: [3.9]
test-type: [unit, integrated]

steps:
Expand Down

0 comments on commit f50633d

Please sign in to comment.