Skip to content

Commit

Permalink
Upgrade pip for #61
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainDe committed Apr 19, 2023
1 parent db010f0 commit e5dfe13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/my_github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
python -c "import sysconfig; print(dir(sysconfig))" || true
- name: Install dependencies
run: |
pip install --upgrade pip
pip --version
pip install --upgrade pycodestyle
pip install pep257
pip install pydocstyle
Expand Down

0 comments on commit e5dfe13

Please sign in to comment.