Skip to content

Commit 391a506

Browse files
committed
fix: install specific dependencies for black and urllib3 in the github workflow
1 parent 666dba2 commit 391a506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/safety.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ jobs:
4040
run: |
4141
poetry cache clear --all pypi
4242
poetry install --only main --no-root
43+
poetry run pip install --upgrade black==24.3.0 urllib3==2.5.0
4344
#----------------------------------------------
4445
# Run Safety scan
4546
#----------------------------------------------
4647
- name: Safety scan
47-
continue-on-error: true
48+
# continue-on-error: true
4849
env:
4950
API_KEY: ${{secrets.SAFETY_API_KEY}}
5051
run: |

0 commit comments

Comments
 (0)