mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Remove cache
This commit is contained in:
parent
5c50d0cb7f
commit
0797ce257f
|
@ -10,11 +10,9 @@ jobs:
|
|||
executor: python/default
|
||||
steps:
|
||||
- checkout
|
||||
- python/load-cache
|
||||
- run: echo -n $DJANGO_VERSION > requirements.txt
|
||||
- run: echo -n $DRF >> requirements.txt
|
||||
- run: pip install -r requirements.txt
|
||||
- python/save-cache
|
||||
- run:
|
||||
command: ./manage.py test
|
||||
name: Test
|
||||
|
|
Loading…
Reference in New Issue
Block a user