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.
1 parent e06ade3 commit f749bc7Copy full SHA for f749bc7
.github/workflows/testing.yml
@@ -67,7 +67,7 @@ jobs:
67
run: pip install --upgrade pip wheel poetry
68
69
- name: Regenerate Poetry lock
70
- run: poetry lock --no-cache --no-update
+ run: poetry lock --no-cache
71
72
- name: Install project dependencies
73
run: poetry install --no-root
0 commit comments