Skip to content

Commit af9cbda

Browse files
authored
PYTHON-4586 Fix hatch invocation (#1750)
1 parent cb89061 commit af9cbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/hatch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
if $PYTHON_BINARY -m hatch --version; then
1212
run_hatch() {
13-
$PYTHON_BINARY hatch run "$@"
13+
$PYTHON_BINARY -m hatch run "$@"
1414
}
1515
else # No toolchain hatch present, set up virtualenv before installing hatch
1616
createvirtualenv "$PYTHON_BINARY" hatchenv

0 commit comments

Comments
 (0)