Skip to content

Commit

Permalink
fix(infra): install poetry in generic deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer committed Dec 13, 2024
1 parent 60332cd commit 635a661
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ 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
pipx inject poetry poetry-plugin-export
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
- name: Configure 1Password Service Account
Expand Down

0 comments on commit 635a661

Please sign in to comment.