Skip to content

Commit

Permalink
conda-forge-ci: Switch to use official robotology channel
Browse files Browse the repository at this point in the history
As robotology/robotology-superbuild#652 has been merged, we now have officially generated packages coming from the robotology-superbuild in the [robotology anaconda channel](https://anaconda.org/robotology), so we can switch to use that instead of the experimental and test-only `robotology-staging`.
  • Loading branch information
traversaro authored and lrapetti committed Apr 9, 2021
1 parent 5d9d7a2 commit 4195b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Actual dependencies
mamba install -c conda-forge eigen libxml2 assimp ipopt qt irrlicht
# robotology dependencies
mamba install -c conda-forge -c robotology-staging yarp icub-main osqp-eigen
mamba install -c conda-forge -c robotology yarp icub-main osqp-eigen
# Additional dependencies useful only on Linux
- name: Dependencies [Conda/Linux]
Expand Down

0 comments on commit 4195b9e

Please sign in to comment.