From 4195b9e15250e0ece05ee754d536408d13e4a3a5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 30 Mar 2021 10:48:23 +0200 Subject: [PATCH] conda-forge-ci: Switch to use official robotology channel As https://github.com/robotology/robotology-superbuild/pull/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`. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ffe3360a62..181e179934f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]