Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
Add step to upgrade pip
  • Loading branch information
dodgyrabbit authored May 9, 2022
1 parent 36fcc5f commit 2e410df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
with:
python-version: 3.8
#----------------------------------------------
# The default pip has known vulnerabilities
# and causes lint to fail.
#----------------------------------------------
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install Poetry
Expand Down

0 comments on commit 2e410df

Please sign in to comment.