Skip to content

Commit

Permalink
Trying without setting user and group.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenaas committed May 6, 2024
1 parent 9a2b525 commit c81e38f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/tasks/pip-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -euo pipefail

getent group rvm || groupadd -r rvm
id -u customer &>/dev/null || useradd --no-log-init --system --create-home --groups rvm customer

pip install -r requirements-dev.txt

python3 -m pip_audit -r ./requirements.txt
Expand Down

0 comments on commit c81e38f

Please sign in to comment.