Skip to content

Commit

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

0 comments on commit ea35779

Please sign in to comment.