diff --git a/.github/workflows/build_conda_ci.yml b/.github/workflows/build_conda_ci.yml index 4f010ba1b..6f8422629 100644 --- a/.github/workflows/build_conda_ci.yml +++ b/.github/workflows/build_conda_ci.yml @@ -163,9 +163,9 @@ jobs: conda-solver: "libmamba" - name: Create conda environment - run: conda create -y -n sleap_test -c $(pwd)/build ${{ matrix.conda-channels }} sleap + run: conda create -y -n sleap_test -c ./build ${{ matrix.conda-channels }} sleap - - name: Activate virtual environment + - name: Activate conda environment run: conda activate sleap_test - name: Install test packages