From 4538a7ba84392a1c540a83d4a961d1dcdfc18480 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 21 Mar 2024 17:08:05 -0700 Subject: [PATCH] Update action.yml This may work to fix some of the issues you're seeing --- .github/actions/setup-backend/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup-backend/action.yml b/.github/actions/setup-backend/action.yml index 126e6e86305f0..f895f1ce4daaa 100644 --- a/.github/actions/setup-backend/action.yml +++ b/.github/actions/setup-backend/action.yml @@ -22,6 +22,9 @@ runs: with: python-version: ${{ inputs.python-version }} cache: ${{ inputs.cache }} + - name: apt-get deps + shell: bash + run: sudo apt-get install -y libldap2-dev libsasl2-dev - name: Install dependencies run: | pip install --upgrade pip setuptools wheel