We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170594f commit 071f36bCopy full SHA for 071f36b
.github/workflows/azure-terraforminator.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: package installations
30
run: |
31
pip install poetry
32
- poetry install -v
+ poetry install -v --no-root --no-interaction
33
- name: run python program
34
35
poetry run python3 terraforminator.py --subscription_name ${{ env.subscription_name }}
0 commit comments