build(poetry): use absolute path for poetry path

(poetry 1.1 regression)
pull/45/head
Pavol Rusnak 3 years ago
parent 3a7a8e4d77
commit f94979a37f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

Loading…
Cancel
Save