Skip to content

Commit

Permalink
Update python_safety.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 4, 2023
1 parent 5b74ba1 commit 468cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip setuptools
- run: pip install --upgrade pip setuptools
- run: pip install safety .
- run: safety check

0 comments on commit 468cdf5

Please sign in to comment.