Fix python dependency detection
Some checks failed
/ test (push) Failing after 38s
/ deploy (push) Has been skipped

This commit is contained in:
lagertonne 2024-11-11 21:36:02 +01:00
parent 33631f4f2d
commit cb2cfed2ac

View file

@ -14,11 +14,9 @@ jobs:
with:
python-version: '3.11'
cache: 'pip'
- name: Install needed python modules
working-directory: core
run: cd core && pip3 install -r requirements.prod.txt
cache-dependency-path: 'core/requirements.prod.txt'
- name: Run django tests
working-directory: core
working-directory: /workspace/c3lf/c3lf-system-3/core
run: python3 -m manage.py test
deploy: