build: workaround poetry bug (KeyError)

https://github.com/python-poetry/poetry/issues/3199
pull/1440/head
Martin Milata 3 years ago committed by Pavol Rusnak
parent 22d01b6ff4
commit 6be367bf8b

@ -1,3 +1,5 @@
cache-dir = "/tmp/.poetry-cache"
[virtualenvs]
in-project = true
[experimental]
new-installer = false

Loading…
Cancel
Save