Skip to content
Snippets Groups Projects
Verified Commit 77710f5c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Run pip freeze outside venv for safety check

parent 26f44c00
No related branches found
No related tags found
No related merge requests found
Pipeline #353 passed
......@@ -70,7 +70,7 @@ test_wheel:
- eatmydata python ./manage.py yarn install
- python ./manage.py collectstatic --no-input --clear
- sudo -u testuser eatmydata env TEST_SCREENSHOT_PATH=./screenshots tox
- poetry run pip freeze | safety check --stdin --full-report
- pip freeze | safety check --stdin --full-report
artifacts:
paths:
- screenshots/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment