Skip to content

Commit

Permalink
allow for venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Aug 16, 2024
1 parent d1d3793 commit 3c767a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-guidance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(dirname $0)/..

pip uninstall -y llguidance || :

if test -z "$CONDA_PREFIX" ; then
if test -z "$CONDA_PREFIX" -a -z "$VIRTUAL_ENV" ; then
if [ "X$CI" = "Xtrue" ]; then
echo "Building in CI with pip"
pip install -v -e .
Expand Down

0 comments on commit 3c767a6

Please sign in to comment.