From 79225c30ef134f10efcca776ca149201afd574d9 Mon Sep 17 00:00:00 2001 From: roomrys <38435167+roomrys@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:37:49 -0700 Subject: [PATCH] Move sleap right after conda create --- .github/workflows/build_conda_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_conda_ci.yml b/.github/workflows/build_conda_ci.yml index 6f8422629..953de988f 100644 --- a/.github/workflows/build_conda_ci.yml +++ b/.github/workflows/build_conda_ci.yml @@ -163,7 +163,7 @@ jobs: conda-solver: "libmamba" - name: Create conda environment - run: conda create -y -n sleap_test -c ./build ${{ matrix.conda-channels }} sleap + run: conda create sleap -y -n sleap_test -c ./build ${{ matrix.conda-channels }} - name: Activate conda environment run: conda activate sleap_test