You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/22 00:01:21 UTC

(superset) branch rm_cached_dependencies updated: try a thing

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch rm_cached_dependencies
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/rm_cached_dependencies by this push:
     new 9f8d84495c try a thing
9f8d84495c is described below

commit 9f8d84495c0744266263ca39340220af1a0c6025
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Thu Mar 21 17:01:05 2024 -0700

    try a thing
---
 .github/actions/setup-backend/action.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/actions/setup-backend/action.yml b/.github/actions/setup-backend/action.yml
index d3624bf531..bf64fc5463 100644
--- a/.github/actions/setup-backend/action.yml
+++ b/.github/actions/setup-backend/action.yml
@@ -22,6 +22,8 @@ runs:
       with:
         python-version: ${{ inputs.python-version }}
         cache: ${{ inputs.cache }}
+    - name: apt-get deps
+      run: sudo apt-get install -y libldap2-dev libsasl2-dev
     - name: Install dependencies
       run: |
         pip install --upgrade pip setuptools wheel