We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce643de commit cfa5e7dCopy full SHA for cfa5e7d
script/installdeps
@@ -16,7 +16,7 @@ export PIP_REQUIRE_VIRTUALENV=true
16
# Prefer use of a Pipfile and pipenv for dependency management
17
if [[ -f "Pipfile" ]] && [[ -n "$(pipenv --version 2>/dev/null)" ]]; then
18
echo "==> Installing Pipfile dependencies"
19
- pipenv install --dev --skip-lock
+ pipenv install --dev
20
21
elif [[ -f "requirements.txt" ]]; then
22
echo "==> Installing requirements.txt dependencies"
0 commit comments