Skip to content

Commit e312157

Browse files
committed
don't install all extras for build
1 parent bf54479 commit e312157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: snok/install-poetry@v1
3737

3838
- name: Install dependencies
39-
run: poetry install --all-extras
39+
run: poetry install
4040

4141
- name: Check for version bump
4242
id: version

0 commit comments

Comments
 (0)