Skip to content

Commit

Permalink
fix: install python & poetry for pulumi preview step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Iakobinyi-Pich committed Nov 29, 2024
1 parent fc50889 commit cdcfa9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_deploy_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ jobs:
with:
ref: ${{ inputs.refspec }}
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install poetry
run: |
pip3 install pipx
pipx ensurepath
pipx install poetry
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
- name: Configure 1Password Service Account
Expand Down

0 comments on commit cdcfa9f

Please sign in to comment.