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 69191ba commit e33b4beCopy full SHA for e33b4be
.github/workflows/base-deploy.yml
@@ -84,25 +84,6 @@ jobs:
84
contents: write
85
environment: ${{ needs.metadata.outputs.environment }}
86
steps:
87
- - name: "Setup Terraform"
88
- uses: hashicorp/setup-terraform@v3
89
- with:
90
- terraform_version: ${{ needs.metadata.outputs.terraform_version }}
91
-
92
- - name: "Install Poetry"
93
- run: |
94
- curl -sSL https://install.python-poetry.org | python3 -
95
- echo "$HOME/.local/bin" >> $GITHUB_PATH
96
97
- - name: "Set up Python"
98
- uses: actions/setup-python@v5
99
100
- python-version: "3.13"
101
- cache: 'poetry'
102
103
- - name: "Install dependencies"
104
- run: poetry install
105
106
- name: "Checkout repository at ref"
107
uses: actions/checkout@v5
108
with:
0 commit comments