Skip to content

Commit

Permalink
ci(github): try to get Poetry before Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Nov 19, 2024
1 parent 60dbd90 commit eb8f782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- "3.13"
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: Install Poetry
run: |
pipx install poetry
- name: Build package
run: |
poetry install
Expand Down

0 comments on commit eb8f782

Please sign in to comment.