fix install repo dependencies

master
Simon 4 weeks ago
parent 819d166296
commit ca1864843a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -8,7 +8,11 @@ jobs:
- uses: actions/setup-python@v5
with:
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: |
python -m pip install --upgrade pip
pip install -r tubearchivist/requirements-dev.txt

Loading…
Cancel
Save