Skip to content

Commit

Permalink
updating develop script
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Aug 20, 2024
1 parent 5af5cfc commit e592dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CONDA_ENV_DIR="./env"

conda env $(test -d "$CONDA_ENV_DIR" && echo update || echo create) -p "$CONDA_ENV_DIR" --file environment.yml
conda activate "$CONDA_ENV_DIR"
pip install -e .
pip install --no-deps --no-index --no-build-isolation -e .

CONDA_EXE="$CONDA_PREFIX/condabin/conda"

0 comments on commit e592dfc

Please sign in to comment.