Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ldap deps
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
dolfim-ibm committed Aug 6, 2024
1 parent ac79c7c commit 5631785
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,9 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
# - uses: ./.github/actions/setup-deps
- name: Install dependencies [linux]
run: sudo apt-get install libldap-common
shell: bash
- uses: ./.github/actions/setup-poetry
with:
python-version: ${{ matrix.python-version }}
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# - uses: ./.github/actions/setup-deps
- name: Install dependencies [linux]
if: matrix.os.platform == 'linux'
run: sudo apt-get install libldap-common
shell: bash

- name: Install poetry
run: pipx install poetry==1.8.3 --python $(which python3)

0 comments on commit 5631785

Please sign in to comment.