Fixes YAML schema

This commit is contained in:
Michael 2020-02-29 19:03:43 -06:00
parent 2e5df3b3e7
commit 5c50d0cb7f

View File

@ -11,10 +11,9 @@ jobs:
steps:
- checkout
- python/load-cache
- run:
- echo -n $DJANGO_VERSION > requirements.txt
- echo -n $DRF >> requirements.txt
- pip install -r requirements.txt
- 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