Skip to content

Commit

Permalink
Move sleap right after conda create
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 4, 2024
1 parent f084ddc commit 79225c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79225c3

Please sign in to comment.