Skip to content

Commit

Permalink
Update pip before use in pip-install
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Sep 3, 2024
1 parent 029b785 commit 88ff06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ jobs:
env:
PARSONS_LIMITED_DEPENDENCIES: ${{ matrix.limited-dependencies }}
run: |
pip install --upgrade pip

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: pipCommand not pinned by hash
Click Remediation section below to solve this issue
pip install -r requirements-dev.txt
pip install -e .[all]

0 comments on commit 88ff06a

Please sign in to comment.