Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pankey authored Feb 9, 2024
1 parent 9b788e0 commit 8fa2f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: 3.8
- name: python ldap
run: sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev #adding package for python ldap error
run: sudo apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev #adding package for python ldap error
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 8fa2f31

Please sign in to comment.