Skip to content

Commit

Permalink
Install Python Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ikambarov-ec authored Jan 6, 2024
1 parent 4c04ee1 commit 85267a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Python Packages
run: |
. /opt/pipx/venvs/ansible-core/bin/activate
/opt/pipx/venvs/ansible-core/bin/python -m pip install boto3 botocore
- name: Import SSH Key
run: echo "${{ secrets.ANSIBLE_SSH_KEY }}" > ansible_key

Expand Down

0 comments on commit 85267a2

Please sign in to comment.