Skip to content

Commit

Permalink
Provide conda build for python 3.10, 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 13, 2023
1 parent 5d46fc9 commit b04c8b4
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 @@ -11,6 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +23,7 @@ jobs:
activate-environment: hpp-fcl
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env.yml
python-version: "3.10"
python-version: ${{ matrix.python-version }}

- name: Install compilers on OSX
if: contains(matrix.os, 'macos')
Expand Down

0 comments on commit b04c8b4

Please sign in to comment.