Skip to content

Commit a34c6b2

Browse files
authored
Removing superfluous dependency used in release process (#399)
Fixing dependencies during release
1 parent 011e330 commit a34c6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Set Poetry config
4444
run: |
45-
pip install --upgrade pip python poetry
45+
pip install --upgrade pip poetry
4646
poetry config virtualenvs.in-project false
4747
poetry config virtualenvs.path ~/.virtualenvs
4848
poetry export --dev --without-hashes -o requirements.txt

0 commit comments

Comments
 (0)