Skip to content

Commit

Permalink
Merge pull request #35 from robotology/fix/conda-ci
Browse files Browse the repository at this point in the history
Update conda-ci.yml
  • Loading branch information
Nicogene authored Aug 2, 2021
2 parents 822475b + 8197014 commit f7031e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge,defaults
channels: conda-forge,robotology
channel-priority: true

- name: Dependencies
shell: bash -l {0}
run: |
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
# Compilation related dependencies
mamba install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install -c robotology yarp icub-main gazebo icub-contrib-common qt opencv
mamba install yarp icub-main gazebo icub-contrib-common qt opencv
# Additional dependencies useful only on Linux when using Qt
- name: Dependencies [Conda/Linux]
Expand Down

0 comments on commit f7031e0

Please sign in to comment.