We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519600d commit ca21ca6Copy full SHA for ca21ca6
Makefile
@@ -9,7 +9,7 @@ install:
9
install-ci:
10
python3 -m pip install --upgrade pip
11
pip install pipenv
12
- pip install packages
+ pipenv install
13
pytest tests/
14
pip list
15
0 commit comments