tests: apt install needs sudo

This commit is contained in:
Alexandre Aubin 2021-08-20 13:39:00 +02:00
parent f5b8115bbc
commit 7932b8b71c

View file

@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: | run: |
apt install ldap-utils slapd sudo apt install ldap-utils slapd
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install tox tox-gh-actions pip install tox tox-gh-actions
- name: Test with tox - name: Test with tox