Skip to content

Commit

Permalink
Add mamba list to generate-conda-packages job and pin mamba and boa t…
Browse files Browse the repository at this point in the history
…o 0.5.0 and 0.14.1 (#824)
  • Loading branch information
traversaro authored Jul 14, 2021
1 parent 059a385 commit 453fc05
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/generate-conda-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,18 @@ jobs:
- name: Dependencies for conda recipes generation and upload
shell: bash -l {0}
run: |
mamba install pyyaml jinja2 conda-build ninja anaconda-client conda-forge-pinning boa
# Workaround for https://github.com/robotology/robotology-superbuild/issues/822
# and https://github.com/mamba-org/boa/issues/165 .
mamba install pyyaml jinja2 conda-build ninja anaconda-client conda-forge-pinning mamba=0.14.1 boa=0.5.0
# Use multisheller version that include the fix https://github.com/mamba-org/multisheller/pull/13
python -m pip install git+https://github.com/mamba-org/multisheller.git@31883c2fe325464a8d3510380afdc83e8f64c349
- name: Print used environment
shell: bash -l {0}
run: |
mamba list
env
- name: Generate recipes [Linux&macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
shell: bash -l {0}
Expand Down

0 comments on commit 453fc05

Please sign in to comment.