Skip to content

Commit

Permalink
Remove uv from pip-install check
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunagm committed Dec 2, 2024
1 parent c32fa7a commit cd3af5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Patch install error when using Python 3.9, limited dependencies, and MacOS
if: ${{ matrix.limited-dependencies }} == True and ${{ matrix.os }} == "macos-latest" and ${{ matrix.python-version }} == "3.9"
run: uv pip install --system psycopg2-binary==2.9.9
run: pip install --system psycopg2-binary==2.9.9

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 6: pipCommand not pinned by hash
Click Remediation section below to solve this issue
- name: Install dependencies
env:
Expand Down

0 comments on commit cd3af5e

Please sign in to comment.