fix install repo dependencies

This commit is contained in:
Simon
2024-05-21 16:41:37 +02:00
parent 819d166296
commit ca1864843a

View File

@@ -8,7 +8,11 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.11' python-version: '3.11'
- name: Install dependencies - name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libldap2-dev libsasl2-dev libssl-dev
- name: Install python dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r tubearchivist/requirements-dev.txt pip install -r tubearchivist/requirements-dev.txt