Skip to content

Commit a33681d

Browse files
committed
ci: Release to PyPI workflow: remove deleted dependency group from poetry install step
1 parent 2c85211 commit a33681d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
virtualenvs-in-project: true
3434

3535
- name: 🏗️ Install project
36-
# Don't install dependencies that are handled within actions
37-
run: poetry install --without dev-not-ci
36+
run: poetry install
3837

3938
- name: 🔍 Extract version from Poetry
4039
id: get_version

0 commit comments

Comments
 (0)