Skip to content

Commit 60139cb

Browse files
pip install ldap3 inside github CI action
1 parent 085bb8d commit 60139cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-linters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip --cache-dir ~/pip-cache install pylint
39+
pip --cache-dir ~/pip-cache install ldap3
3940
- name: Run Pylint
4041
env:
4142
PYTHON_FILES: ${{ needs.python-files.outputs.filelist }}

0 commit comments

Comments
 (0)