There was an error while loading. Please reload this page.
1 parent 9d84687 commit 087eb46Copy full SHA for 087eb46
1 file changed
.github/workflows/docs2.yml
@@ -27,6 +27,14 @@ jobs:
27
run: curl -sSL https://install.python-poetry.org | python3 -
28
working-directory: sources/Deltares.Probabilistic.PWrapper
29
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
38
- name: Add Poetry to PATH
39
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
40
0 commit comments