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