installs right requirements

This commit is contained in:
Kkevsterrr 2020-03-12 23:32:10 -04:00
parent 26d24a383b
commit 0fe4b75218
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ jobs:
steps:
- checkout
- python/load-cache
- python/install-deps
- run
command: pip install --user -r requirements_windows.txt
name: Pip install
- python/save-cache
- run:
command: ./manage.py test