Fixed GHA apt packages for the doc and coverage targets

This commit is contained in:
Éloi Rivard 2022-11-24 16:09:47 +01:00
parent 38369969c0
commit 8c4f270ad6

View file

@ -43,7 +43,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Install apt dependencies
run: sudo apt-get --yes install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
- name: App armor configuration for slapd
run: sudo aa-complain /usr/sbin/slapd
- uses: actions/cache@v1
with:
path: ~/.cache/pip
@ -61,6 +65,10 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install apt dependencies
run: sudo apt-get --yes install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
- name: App armor configuration for slapd
run: sudo aa-complain /usr/sbin/slapd
- uses: actions/cache@v1
with:
path: ~/.cache/pip