Skip to content

Commit

Permalink
chore: create python virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Oct 9, 2024
1 parent fd74e30 commit 58cfee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58cfee0

Please sign in to comment.