We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6943e4 + 51d2fce commit c497423Copy full SHA for c497423
.github/workflows/main.yaml
@@ -25,8 +25,7 @@ jobs:
25
# install poetry
26
#----------------------------------------------
27
- 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
+ run: pipx install poetry==1.4.0
30
31
32
# check-out repo and set-up python
0 commit comments