From 842711a1d102e1fc8943de37d37e31a129118c5c Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Fri, 27 Oct 2023 10:32:33 +0200 Subject: [PATCH] ci: Fix python matrix --- .github/workflows/macos-linux-conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index b57f6f163..5af99e370 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -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 @@ -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: