Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 9865af2

Browse files
committed
drop pip3 for regular pip
1 parent d60b67e commit 9865af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
publish = "public/"
33
command = """
44
export TZ=Australia/Melbourne
5-
pip3 install -q poetry &&
5+
pip install -q poetry &&
66
poetry config virtualenvs.in-project true &&
77
poetry install &&
88
yarn install &&

0 commit comments

Comments
 (0)