Skip to content

Commit 842711a

Browse files
committed
ci: Fix python matrix
1 parent debdcba commit 842711a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
os: ["ubuntu-latest", "macos-latest"]
1616
cxx_options: ['', '-mavx2']
1717
build_type: [Release, Debug]
18+
python-version: ["3.10", "3.11", "3.12"]
1819

1920
include:
2021
- os: ubuntu-latest
@@ -40,7 +41,7 @@ jobs:
4041
activate-environment: eigenpy
4142
auto-update-conda: true
4243
environment-file: .github/workflows/conda/environment.yml
43-
python-version: ['3.10', '3.11', '3.12']
44+
python-version: ${{ matrix.python-version }}
4445

4546
- uses: actions/cache@v3
4647
with:

0 commit comments

Comments
 (0)