Skip to content

Commit 0de391c

Browse files
committed
fix activation
1 parent d6761b0 commit 0de391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/ensure-hatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -x "$(command -v hatch)" ]; then
1616
echo "Creating virtual environment..."
1717
createvirtualenv "$PYTHON_BINARY" .venv
1818
echo "Creating virtual environment... done."
19-
elif [ -f . $VENV_DIR/Scripts/activate ]; then
19+
elif [ -f $VENV_DIR/Scripts/activate ]; then
2020
. $VENV_DIR/Scripts/activate
2121
else
2222
. $VENV_DIR/bin/activate

0 commit comments

Comments
 (0)