update wokflow files

This commit is contained in:
vabene1111
2022-05-30 21:53:59 +02:00
parent 12df4abc80
commit 3512ab7515
3 changed files with 4 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ jobs:
run: yarn build
- name: Install Django dependencies
run: |
sudo apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev openldap-dev
sudo pt-get -y update
sudo apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
python3 manage.py collectstatic --noinput