Skip to content

Commit

Permalink
Add back python 3.10 to extensive ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 26, 2023
1 parent ab72b08 commit 924ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extensive_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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.17, 3.9.17, 3.10.13] # To sync with coveragerc use 3 levels with python version
include:
- python-version: 3.9.17
test-type: unit
Expand Down

0 comments on commit 924ad7d

Please sign in to comment.