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 41d5793 commit c090fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip setuptools wheel
python -m pip install python-ldap
#pip install --upgrade pip setuptools wheel
#pip install pip==19.3.1
#pip install --force-reinstall 'setuptools<58.0.0'
#pip install -r requirements.txt
Expand Down

0 comments on commit c090fb7

Please sign in to comment.