fix python module installation
This commit is contained in:
parent
38cfe3d686
commit
835de0ae46
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: Install needed python modules
|
- name: Install needed python modules
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: cd core && pip3 install -r requirements.prod.txt
|
run: cd core && pip install -r requirements.prod.txt
|
||||||
- name: Run django tests
|
- name: Run django tests
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: python3 -m manage.py test
|
run: python3 -m manage.py test
|
||||||
|
|
Loading…
Reference in a new issue