Fix python dependency detection
This commit is contained in:
parent
33631f4f2d
commit
cb2cfed2ac
1 changed files with 2 additions and 4 deletions
|
@ -14,11 +14,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: Install needed python modules
|
cache-dependency-path: 'core/requirements.prod.txt'
|
||||||
working-directory: core
|
|
||||||
run: cd core && pip3 install -r requirements.prod.txt
|
|
||||||
- name: Run django tests
|
- name: Run django tests
|
||||||
working-directory: core
|
working-directory: /workspace/c3lf/c3lf-system-3/core
|
||||||
run: python3 -m manage.py test
|
run: python3 -m manage.py test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue