Skip to content

Commit

Permalink
Cleanup conda-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 13, 2023
1 parent 7ead6f6 commit 9982ab1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge,robotology
channel-priority: true
miniforge-variant: Mambaforge
miniforge-version: latest

- uses: rlespinasse/[email protected]

Expand All @@ -37,7 +36,7 @@ jobs:
# Compilation related dependencies
mamba install cmake compilers make ninja pkg-config
# Actual dependencies
mamba install -c conda-forge -c robotology yarp gazebo
mamba install -c conda-forge yarp gazebo
# Additional dependencies useful only on Linux
- name: Dependencies [Conda/Linux]
Expand Down

0 comments on commit 9982ab1

Please sign in to comment.