Skip to content

Commit 641bdb9

Browse files
committed
Adding GHA workflow
1 parent 0d137b5 commit 641bdb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/require_changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
run-name: Validate Changelog Requirement for PRs
1+
name: Validate Changelog Requirement
22
on:
33
pull_request:
44
branches:
@@ -24,6 +24,7 @@ jobs:
2424
cache: 'pip' # caching pip dependencies
2525
- name: Install dependencies
2626
run: |
27+
sudo apt-get install libldap2-dev libsasl2-dev # Required for python-ldap
2728
pip install --upgrade pip
2829
pip install -r requirements.txt
2930
- name: Check if changelog entry file was added in this PR

0 commit comments

Comments
 (0)