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

Commit 975faeb

Browse files
committed
ci(netlify): use regular pip binary
1 parent c4d8f67 commit 975faeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ -z "$NETLIFY" ]
44
echo "Running Netlify specific setup"
55
restore_home_cache ".cache" "pip cache"
66
restore_cwd_cache '.venv' 'python virtualenv'
7-
pip3 install -q poetry
7+
pip install -q poetry
88
poetry config settings.virtualenvs.in-project true
99
poetry install
1010
then

0 commit comments

Comments
 (0)