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 bf54479 commit e312157Copy full SHA for e312157
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: snok/install-poetry@v1
37
38
- name: Install dependencies
39
- run: poetry install --all-extras
+ run: poetry install
40
41
- name: Check for version bump
42
id: version
0 commit comments