We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4be551 commit dcd342cCopy full SHA for dcd342c
.github/workflows/run-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "C:\Users\runneradmin\.local\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
44
45
- name: Install and configure Poetry
46
- uses: snok/install-poetry@v1.4.0
+ uses: snok/install-poetry@v1.4.1
47
with:
48
version: ${{ env.POETRY_VERSION }}
49
virtualenvs-create: true
0 commit comments