We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666dba2 commit 391a506Copy full SHA for 391a506
.github/workflows/safety.yml
@@ -40,11 +40,12 @@ jobs:
40
run: |
41
poetry cache clear --all pypi
42
poetry install --only main --no-root
43
+ poetry run pip install --upgrade black==24.3.0 urllib3==2.5.0
44
#----------------------------------------------
45
# Run Safety scan
46
47
- name: Safety scan
- continue-on-error: true
48
+ # continue-on-error: true
49
env:
50
API_KEY: ${{secrets.SAFETY_API_KEY}}
51
0 commit comments