Skip to content

Commit

Permalink
Refactor Poetry installation step in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Piccinotti committed Oct 23, 2024
1 parent a329116 commit 8ee5af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry==${{ env.POETRY_VERSION }}

# Used to host cibuildwheel
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry

- name: Install Poetry
run: pipx install poetry==${{ env.POETRY_VERSION }}

- name: Install cibuildwheel
run: pipx install cibuildwheel==${{ env.CI_BUILD_WHEEL_VERSION }}

Expand Down

0 comments on commit 8ee5af7

Please sign in to comment.