Skip to content

Commit 7f99c3b

Browse files
committed
fix reactivation
1 parent cbc2db8 commit 7f99c3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/ensure-hatch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ pushd "$(dirname "$(dirname $HERE)")" > /dev/null
88
# Ensure hatch is available locally.
99
VENV_DIR=.venv
1010
if [ -f $VENV_DIR/Scripts/hatch ]; then
11+
. $VENV_DIR/Scripts/activate
1112
return 0
1213
fi
1314
if [ -f $VENV_DIR/bin/hatch ]; then
15+
. $VENV_DIR/bin/activate
1416
return 0
1517
fi
1618

0 commit comments

Comments
 (0)