Skip to content

Commit 2cdc7d9

Browse files
authored
Making pip install editable (testing something out)
1 parent abbc5d5 commit 2cdc7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-env-create-run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# put conda env binaries in GITHUB_PATH
2828
echo $CONDA/envs/catalogbuilder/bin >> $GITHUB_PATH
2929
# install catalogbuilder to conda env directories
30-
$CONDA/envs/catalogbuilder/bin/python -m pip install --prefix $CONDA/envs/catalogbuilder .
30+
$CONDA/envs/catalogbuilder/bin/python -m pip install -e --prefix $CONDA/envs/catalogbuilder .
3131
3232
- name: Make sample data
3333
run: |

0 commit comments

Comments
 (0)