Skip to content

Commit 60be726

Browse files
wongchtfjsj
authored andcommitted
fix pip install
1 parent 7a74346 commit 60be726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
source venv/bin/activate
5555
rm -f requirements.txt
5656
pip install -r tests/requirements/common.txt
57-
pip install -r django~=<<parameters.django-version>>.0
57+
pip install django~=<<parameters.django-version>>.0
5858
- save_cache:
5959
paths:
6060
- ./cache/pip

0 commit comments

Comments
 (0)