Skip to content

Commit c497423

Browse files
authored
Merge pull request #298 from linkml/upgrade-poetry
chore: upgrading poetry
2 parents c6943e4 + 51d2fce commit c497423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
# install poetry
2626
#----------------------------------------------
2727
- name: Install Poetry
28-
# Pin to 1.3.2 to workaround https://github.com/python-poetry/poetry/issues/7611
29-
run: pipx install poetry==1.3.2
28+
run: pipx install poetry==1.4.0
3029

3130
#----------------------------------------------
3231
# check-out repo and set-up python

0 commit comments

Comments
 (0)