Skip to content

Commit

Permalink
Test without 3.10 in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Nov 26, 2023
1 parent 9b71e9a commit 1cfc787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ source = simsopt
sources =
/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages
/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10.13
python-version: 3.9.17

- name: Install coverage
run: pip install coverage
Expand Down

0 comments on commit 1cfc787

Please sign in to comment.