We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae46c5b commit 6213e01Copy full SHA for 6213e01
.github/workflows/static-checking.yml
@@ -53,7 +53,7 @@ jobs:
53
#----------------------------------------------
54
- name: Install dependencies
55
if: steps.cached-poetry-with-dev-dependencies.outputs.cache-hit != 'true'
56
- run: poetry install poetry==1.4.0 --no-interaction --no-root
+ run: poetry install --no-interaction --no-root
57
58
# Activate virtual environment
59
0 commit comments