From 4b8957ca8f487220d3e9edb9099c9d2daed27b09 Mon Sep 17 00:00:00 2001 From: roomrys <38435167+roomrys@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:54:26 -0700 Subject: [PATCH] Try using conda-index instead --- .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 9c680e566..7992e2e19 100644 --- a/.github/workflows/build_conda_ci.yml +++ b/.github/workflows/build_conda_ci.yml @@ -19,7 +19,7 @@ env: jobs: build: - name: Build package from push (${{ matrix.os }}) + name: ${{ env.RUN_BUILD_JOB == 'true' && '' || 'Skip ' }}Build package from push (${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -149,7 +149,7 @@ jobs: run-id: ${{ env.RUN_ID }} github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Lisst items in current directory + - name: List items in current directory run: | ls . ls -R build @@ -164,7 +164,7 @@ jobs: - name: Create conda channel from artifact run: - conda index $(pwd)/build + conda-index $(pwd)/build - name: Create conda environment run: conda create -y -n sleap_test -c file://$(pwd)/build ${{ matrix.conda-channels }} sleap