Skip to content

Commit

Permalink
chore: Make sure poetry version is string
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDreschner committed Jan 19, 2025
1 parent 6dd957b commit 58c94c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: "Set up latest Python 3 version"
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"

- name: "Install poetry"
uses: abatilo/actions-poetry@v3
with:
poetry-version: 2.0.1
poetry-version: "2.0.12"

- name: "Build package"
run: poetry build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Install poetry"
uses: abatilo/actions-poetry@v3
with:
poetry-version: 2.0.1
poetry-version: "2.0.1"

- name: "Install icalendar ${{ matrix.icalendar-version }} and other dependencies"
run: |
Expand Down

0 comments on commit 58c94c9

Please sign in to comment.