Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:
TOXENV: docs

steps:
- name: Install LDAP libs
run: |
sudo apt-get update
# https://www.python-ldap.org/en/latest/installing.html#debian
sudo apt-get install slapd ldap-utils libldap2-dev libsasl2-dev
# https://github.com/python-ldap/python-ldap/issues/370
sudo apt-get install apparmor-utils
sudo aa-disable /usr/sbin/slapd

- uses: actions/checkout@v2

- name: Set up Python
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:
TOXENV: packaging

steps:
- name: Install LDAP libs
run: |
sudo apt-get update
# https://www.python-ldap.org/en/latest/installing.html#debian
sudo apt-get install slapd ldap-utils libldap2-dev libsasl2-dev
# https://github.com/python-ldap/python-ldap/issues/370
sudo apt-get install apparmor-utils
sudo aa-disable /usr/sbin/slapd

- uses: actions/checkout@v2

- name: Set up Python
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
TOXENV: ${{ matrix.tox-environment }}

steps:
- name: Install LDAP libs
run: |
sudo apt-get update
# https://www.python-ldap.org/en/latest/installing.html#debian
sudo apt-get install slapd ldap-utils libldap2-dev libsasl2-dev
# https://github.com/python-ldap/python-ldap/issues/370
sudo apt-get install apparmor-utils
sudo aa-disable /usr/sbin/slapd

- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading