fixed CI command

This commit is contained in:
vabene1111
2021-10-19 18:30:35 +02:00
parent c98069c7ed
commit 32bbdc9755

View File

@@ -21,15 +21,15 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
- name: Install Vue dependencies
working-directory: ./vue
run: yarn install
- name: Build dependencies
- name: Build Vue dependencies
working-directory: ./vue
run: yarn build
- name: Install dependencies
- name: Install Django dependencies
run: |
apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
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