Skip to content

Commit

Permalink
Use . instead of $(pwd)
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 4, 2024
1 parent eaf1562 commit f084ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f084ddc

Please sign in to comment.