Removing superfluous dependency used in release process (#399)

Fixing dependencies during release
This commit is contained in:
Chayim 2022-10-20 13:02:30 +03:00 committed by GitHub
parent 011e33053d
commit a34c6b2371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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