Skip to content
Snippets Groups Projects
Verified Commit c436198a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: fix python version as string

parent d9481a95
No related branches found
No related tags found
No related merge requests found
Pipeline #28393 passed with warnings
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
activate-environment: hpp-fcl activate-environment: hpp-fcl
auto-update-conda: true auto-update-conda: true
environment-file: .github/workflows/conda/conda-env.yml environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.10 python-version: "3.10"
- name: Install compilers on OSX - name: Install compilers on OSX
if: contains(matrix.os, 'macos') if: contains(matrix.os, 'macos')
......
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
with: with:
activate-environment: fcl activate-environment: fcl
environment-file: .github/workflows/conda/conda-env.yml environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.10 python-version: "3.10"
- name: Install cmake and update conda - name: Install cmake and update conda
run: | run: |
conda install cmake -c main conda install cmake -c main
......
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
with: with:
activate-environment: fcl activate-environment: fcl
environment-file: .github/workflows/conda/conda-env.yml environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.10 python-version: "3.10"
- name: Install cmake and update conda - name: Install cmake and update conda
run: | run: |
conda install cmake -c main conda install cmake -c main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment