Skip to content

Commit 071f36b

Browse files
add poetry install options
Update azure-terraforminator.yaml
1 parent 170594f commit 071f36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-terraforminator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: package installations
3030
run: |
3131
pip install poetry
32-
poetry install -v
32+
poetry install -v --no-root --no-interaction
3333
- name: run python program
3434
run: |
3535
poetry run python3 terraforminator.py --subscription_name ${{ env.subscription_name }}

0 commit comments

Comments
 (0)