Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 9304f08

Browse files
committed
build: don't install poetry during bootstrap, assume it's there
1 parent 691a118 commit 9304f08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/bootstrap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ Bootstrap the dependencies of the project.
1212
if [ "${1:-}" = "--help" ]; then
1313
usage
1414
else
15-
pip install poetry;
1615
poetry install --with dev;
1716
fi

0 commit comments

Comments
 (0)