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: |