From 181fef140d8f3a1ae4f293b16cc8acdd2c861608 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 16 Jun 2024 16:07:20 +0200 Subject: [PATCH] Remove robotology channel from CI (#105) --- .github/workflows/conda-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index ea32903..686e9d5 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -25,7 +25,7 @@ jobs: with: miniforge-variant: Mambaforge miniforge-version: latest - channels: conda-forge,robotology + channels: conda-forge - name: Install files to enable compilation of mex files [Conda/Linux] if: contains(matrix.os, 'ubuntu')