Skip to content

Commit

Permalink
ci: Fix python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 27, 2023
1 parent debdcba commit 842711a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest"]
cxx_options: ['', '-mavx2']
build_type: [Release, Debug]
python-version: ["3.10", "3.11", "3.12"]

include:
- os: ubuntu-latest
Expand All @@ -40,7 +41,7 @@ jobs:
activate-environment: eigenpy
auto-update-conda: true
environment-file: .github/workflows/conda/environment.yml
python-version: ['3.10', '3.11', '3.12']
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 842711a

Please sign in to comment.