Skip to content

Commit

Permalink
python_safety: Use setup-python to create a venv
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 4, 2023
1 parent 4d33d58 commit 030ff14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ jobs:
- run: sudo DEBIAN_FRONTEND="noninteractive" apt-get -qq --no-install-recommends install
curl gcc ffmpeg libcurl4-openssl-dev libssl-dev motion v4l-utils
- uses: actions/checkout@v4
- run: pip install --user safety .
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install safety .
- run: safety check

0 comments on commit 030ff14

Please sign in to comment.