Skip to content

Commit

Permalink
remove --user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Oct 15, 2024
1 parent b7eb64a commit 6be47d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PREPROD-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Install pre-requisite
python3 -m venv venv
source venv/bin/activate
python -m pip install --user ruamel.yaml
python -m pip install ruamel.yaml
python ci/upgradeEnvironment.py web ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }}
git config --global user.name 'github'
git config --global user.email 'padms@users.noreply.github.com'
Expand Down

0 comments on commit 6be47d7

Please sign in to comment.