Skip to content

Commit

Permalink
fix: poetry in pipeline (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisolba1 authored Jan 10, 2025
1 parent 61c0d2f commit f544f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
python-version: '3.11'

- uses: snok/install-poetry@v1.3.4
- uses: snok/install-poetry@v1
with:
version: 1.8.4
virtualenvs-create: true

- name: Check pyproject.toml validity
Expand Down

0 comments on commit f544f2e

Please sign in to comment.