Removing superfluous dependency used in release process (#399)
Fixing dependencies during release
This commit is contained in:
parent
011e33053d
commit
a34c6b2371
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi-publish.yaml
vendored
2
.github/workflows/pypi-publish.yaml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: Set Poetry config
|
||||
run: |
|
||||
pip install --upgrade pip python poetry
|
||||
pip install --upgrade pip poetry
|
||||
poetry config virtualenvs.in-project false
|
||||
poetry config virtualenvs.path ~/.virtualenvs
|
||||
poetry export --dev --without-hashes -o requirements.txt
|
||||
|
|
Loading…
Reference in a new issue