fix python module installation
Some checks failed
/ test (push) Failing after 32s
/ deploy (push) Has been cancelled

This commit is contained in:
lagertonne 2024-11-11 21:08:48 +01:00
parent 38cfe3d686
commit 835de0ae46

View file

@ -16,7 +16,7 @@ jobs:
cache: 'pip'
- name: Install needed python modules
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
working-directory: core
run: python3 -m manage.py test