copy past

This commit is contained in:
vabene1111
2022-05-30 21:58:22 +02:00
parent 3512ab7515
commit 5561a9621b

View File

@@ -29,7 +29,7 @@ jobs:
run: yarn build
- name: Install Django dependencies
run: |
sudo pt-get -y update
sudo apt-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