Skip to content

Commit 087eb46

Browse files
test
1 parent 9d84687 commit 087eb46

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/docs2.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
run: curl -sSL https://install.python-poetry.org | python3 -
2828
working-directory: sources/Deltares.Probabilistic.PWrapper
2929

30+
- name: Show Poetry version
31+
run: poetry --version
32+
33+
- name: Upgrade Poetry to latest
34+
run: |
35+
poetry self update --preview
36+
37+
3038
- name: Add Poetry to PATH
3139
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
3240

0 commit comments

Comments
 (0)