Skip to content

Commit dd048ef

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 87d4deb + af9cbda commit dd048ef

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)