Skip to content

Commit ca21ca6

Browse files
committed
fix
1 parent 519600d commit ca21ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
install-ci:
1010
python3 -m pip install --upgrade pip
1111
pip install pipenv
12-
pip install packages
12+
pipenv install
1313
pytest tests/
1414
pip list
1515

0 commit comments

Comments
 (0)