Skip to content

Commit

Permalink
updated rendering of python test script
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Mar 28, 2024
1 parent d12a210 commit 7945d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fetch-depth: '0'
- name: Install python dependecies
run: |
pip3 install -r source/tests/requirements.txt
pip3 install -r tests/requirements.txt
- name: Create terraform configuration
run: |
python3 tests/create-module-test.py \
Expand Down

0 comments on commit 7945d1e

Please sign in to comment.