From 9efed161bd8e6586bf6a77f75448c43ea2b9c684 Mon Sep 17 00:00:00 2001 From: roomrys <38435167+roomrys@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:01:29 -0700 Subject: [PATCH] Retry using conda-index --- .github/workflows/build_conda_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_conda_ci.yml b/.github/workflows/build_conda_ci.yml index 0977d7a20..20819abc1 100644 --- a/.github/workflows/build_conda_ci.yml +++ b/.github/workflows/build_conda_ci.yml @@ -160,8 +160,8 @@ jobs: miniforge-version: latest condarc-file: ${{ matrix.condarc }} python-version: ${{ matrix.pyver }} - environment-file: environment_build.yml - activate-environment: sleap_ci + # environment-file: environment_build.yml + # activate-environment: sleap_ci conda-solver: "libmamba" - name: Search for package @@ -169,7 +169,7 @@ jobs: - name: Create conda channel from artifact run: - conda-build index $(pwd)/build + conda-index $(pwd)/build - name: Search for package run: conda search -c file://$(pwd)/build sleap