Skip to content

Commit

Permalink
fix: pip
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 23, 2024
1 parent d2e3cbe commit 0c0574f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
with:
terraform_version: 1.9.5

- uses: actions/setup-python@v5
with:
python-version: '3.12'
working-directory: ${{ github.event.inputs.directory }}
- run: |
python -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt
working-directory: ${{ github.event.inputs.directory }}
- name: 'Terraform Init'
if: github.event.inputs.directory != ''
working-directory: ${{ github.event.inputs.directory }}
Expand Down

0 comments on commit 0c0574f

Please sign in to comment.