1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

Update test.yml to install packages needed by ldap

This commit is contained in:
Nick Sweeting 2024-01-04 17:30:59 -08:00 committed by GitHub
parent 490b765d5b
commit 3247866d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,11 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.python }}-venv-
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libldap2-dev libsasl2-dev ripgrep
version: 1.0
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip setuptools wheel pytest bottle build