chore: another attempt to fix GHA style step

This commit is contained in:
Éloi Rivard 2024-11-07 11:45:59 +01:00
parent a012814eca
commit d60b798f68
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -80,6 +80,16 @@ jobs:
enable-cache: true
- name: Run linters
run: |
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt --yes --quiet install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
- name: App armor configuration for slapd
if: ${{ !env.ACT }}
run: sudo aa-complain /usr/sbin/slapd
- name: Run tests
run: |
# python tzinfo fails on 'act' without this
ulimit -n 1024
export TZ=UTC
uv sync --all-extras
uv run pre-commit run --all-files