Skip to content

Commit ff4d189

Browse files
committed
add python versions, rename ci
1 parent fb4361c commit ff4d189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_LandBOSSE.yml .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.12", "3.9", "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
auto-update-conda: true
2020
python-version: ${{ matrix.python-version }}
21-
channels: conda-forge
21+
channels: defaults,conda-forge
2222

2323
- name: Install Dependencies
2424
run: |

0 commit comments

Comments
 (0)