mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Uses pip install with user
This commit is contained in:
parent
12883f8efc
commit
3402d1f2cd
|
@ -14,8 +14,8 @@ jobs:
|
|||
- checkout
|
||||
- run: echo "Django==$DJANGO_VERSION" > requirements.txt
|
||||
- run: echo "djangorestframework==$DRF" >> requirements.txt
|
||||
- run: pip install coveralls
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install --user coveralls
|
||||
- run: pip install --user -r requirements.txt
|
||||
- run:
|
||||
command: coverage run --source=dj_rest_auth setup.py test
|
||||
name: Test
|
||||
|
|
Loading…
Reference in New Issue
Block a user