Skip to content

Commit

Permalink
debug: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 23, 2024
1 parent 0c0574f commit 771d75c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
working-directory: ${{ github.event.inputs.directory }}
- run: |
python -m venv venv
source venv/Scripts/activate
ls -lah
ls -lah venv
pip install -r requirements.txt
working-directory: ${{ github.event.inputs.directory }}
Expand Down

0 comments on commit 771d75c

Please sign in to comment.