Skip to content

Commit

Permalink
Fix Poetry version hardcoding in GitHub Actions workflow for building…
Browse files Browse the repository at this point in the history
… wheels
  • Loading branch information
Diego Piccinotti committed Oct 23, 2024
1 parent b1a3655 commit e884846
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
pull_request:
branches: [ main ]

env:
POETRY_VERSION: 1.4.0

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand All @@ -27,7 +24,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install Poetry
run: pipx install poetry==$POETRY_VERSION
run: pipx install poetry==1.4.0

- name: Install cibuildwheel
run: pipx install cibuildwheel==2.21.3
Expand Down

0 comments on commit e884846

Please sign in to comment.