1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 11:04:17 +02: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

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