mirror of https://github.com/Kkevsterrr/geneva
installs right requirements
This commit is contained in:
parent
26d24a383b
commit
0fe4b75218
|
@ -9,7 +9,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- python/load-cache
|
- python/load-cache
|
||||||
- python/install-deps
|
- run
|
||||||
|
command: pip install --user -r requirements_windows.txt
|
||||||
|
name: Pip install
|
||||||
- python/save-cache
|
- python/save-cache
|
||||||
- run:
|
- run:
|
||||||
command: ./manage.py test
|
command: ./manage.py test
|
||||||
|
|
Loading…
Reference in New Issue