diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index b27d0df44..81c342098 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -32,6 +32,8 @@ runs: run: | sudo apt-get update sudo apt-get -y install python3-pip python3-dev + python -m venv venv + source venv/bin/activate pip install awscli --upgrade --user - name: Project dependencies setup, node version ${{ inputs.node-version }} shell: bash