Skip to content

Commit

Permalink
🏗️ Trying to add venv to test #2565
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Oct 15, 2024
1 parent 6e958a0 commit b7eb64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/PREPROD-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
id: modify-radix
run: |
# Install pre-requisite
python3 -m venv venv
source venv/bin/activate
python -m pip install --user ruamel.yaml
python ci/upgradeEnvironment.py web ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }}
git config --global user.name 'github'
Expand Down

0 comments on commit b7eb64a

Please sign in to comment.