Skip to content

Commit

Permalink
[CI] Solve python_safety failure regarding pip version
Browse files Browse the repository at this point in the history
Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Dec 10, 2023
1 parent 3a71ed7 commit 50a7bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
check-latest: true
- run: pip install --upgrade pip setuptools
- run: pip install safety .
- run: rm -fv /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pip-23.2.1.dist-info # Workaround: https://github.com/motioneye-project/motioneye/pull/2883
- run: safety check

0 comments on commit 50a7bf7

Please sign in to comment.