Skip to content

Commit

Permalink
Use poetry 1.8.5 action
Browse files Browse the repository at this point in the history
publish job installs previous version of this plugin which is atm
not available for poetry 2. So use poetry 1.8.5 to publish a poetry 2
compatible version of the plugin.
  • Loading branch information
volkerstampa committed Jan 12, 2025
1 parent d685617 commit 2936f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
fetch-depth: 0
- uses: snok/install-poetry@v1
with:
version: 1.8.5
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down

0 comments on commit 2936f8d

Please sign in to comment.