We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d137b5 commit 641bdb9Copy full SHA for 641bdb9
.github/workflows/require_changelog.yml
@@ -1,4 +1,4 @@
1
-run-name: Validate Changelog Requirement for PRs
+name: Validate Changelog Requirement
2
on:
3
pull_request:
4
branches:
@@ -24,6 +24,7 @@ jobs:
24
cache: 'pip' # caching pip dependencies
25
- name: Install dependencies
26
run: |
27
+ sudo apt-get install libldap2-dev libsasl2-dev # Required for python-ldap
28
pip install --upgrade pip
29
pip install -r requirements.txt
30
- name: Check if changelog entry file was added in this PR
0 commit comments