Skip to content

Commit

Permalink
fix(workflow): install poetry before setting up python
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd committed Nov 26, 2024
1 parent 673c348 commit adc052f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/alfred.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

- uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
cache: "poetry"

- name: Install poetry
run: |
pipx install poetry
python-version: '3.13'
cache: 'poetry'

- name: Build Alfred workflow
id: builder
Expand Down

0 comments on commit adc052f

Please sign in to comment.