Removing superfluous dependency used in release process (#399)

Fixing dependencies during release
main
Chayim 2 years ago committed by GitHub
parent 011e33053d
commit a34c6b2371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save