We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debdcba commit 842711aCopy full SHA for 842711a
.github/workflows/macos-linux-conda.yml
@@ -15,6 +15,7 @@ jobs:
15
os: ["ubuntu-latest", "macos-latest"]
16
cxx_options: ['', '-mavx2']
17
build_type: [Release, Debug]
18
+ python-version: ["3.10", "3.11", "3.12"]
19
20
include:
21
- os: ubuntu-latest
@@ -40,7 +41,7 @@ jobs:
40
41
activate-environment: eigenpy
42
auto-update-conda: true
43
environment-file: .github/workflows/conda/environment.yml
- python-version: ['3.10', '3.11', '3.12']
44
+ python-version: ${{ matrix.python-version }}
45
46
- uses: actions/cache@v3
47
with:
0 commit comments