Skip to content

Commit

Permalink
pip install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pubmatic-Dhruv-Sonone committed Oct 16, 2024
1 parent e8de580 commit 78d8d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install semgrep
if: contains(steps.should_run_semgrep.outputs.hasChanges, 'true')
run: |
pip3 install semgrep==1.22.0
pip3 install semgrep==1.22.0 --break-system-packages
semgrep --version
- name: Run semgrep tests
Expand Down

0 comments on commit 78d8d52

Please sign in to comment.