From 7df0b869c1c091d3f7201ef13876a3857c43d627 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Mon, 16 Dec 2024 20:36:01 +1100 Subject: [PATCH] 23 --- .github/workflows/conda_build_install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda_build_install.yml b/.github/workflows/conda_build_install.yml index 27349310..5bdde12d 100644 --- a/.github/workflows/conda_build_install.yml +++ b/.github/workflows/conda_build_install.yml @@ -22,7 +22,8 @@ jobs: - name: Install conda-build run: | conda install conda-build -y - conda build conda + conda config --add channels loop3d + conda build conda - name: Create environment and install package run: |