diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 8e49773..59d2ad3 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -39,5 +39,6 @@ jobs: run: | # This mess is only necessary because conda won't fix it themselves # https://github.com/conda/conda/issues/1884 + python -m repo_helper build --conda --out-dir conda-bld/noarch $CONDA/bin/conda install apeye -c local -y || exit 1