Skip to content

Commit

Permalink
Merge pull request #298 from linkml/upgrade-poetry
Browse files Browse the repository at this point in the history
chore: upgrading poetry
  • Loading branch information
cmungall authored Feb 13, 2024
2 parents c6943e4 + 51d2fce commit c497423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
# install poetry
#----------------------------------------------
- name: Install Poetry
# Pin to 1.3.2 to workaround https://github.com/python-poetry/poetry/issues/7611
run: pipx install poetry==1.3.2
run: pipx install poetry==1.4.0

#----------------------------------------------
# check-out repo and set-up python
Expand Down

0 comments on commit c497423

Please sign in to comment.