We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa7f8f commit 3565726Copy full SHA for 3565726
build.sh
@@ -14,7 +14,7 @@ if [ ! -d "venv" ]; then
14
$PYTHON -m pip install virtualenv
15
$PYTHON -m virtualenv venv
16
source venv/bin/activate
17
- $PYTHON -m pip install -r requirements-dev.txt
+ $PYTHON -m pip install -r requirements.txt
18
deactivate
19
fi
20
0 commit comments