mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-04 20:40:55 +00:00
build: workaround poetry bug (KeyError)
https://github.com/python-poetry/poetry/issues/3199
This commit is contained in:
parent
22d01b6ff4
commit
6be367bf8b
@ -1,3 +1,5 @@
|
|||||||
cache-dir = "/tmp/.poetry-cache"
|
cache-dir = "/tmp/.poetry-cache"
|
||||||
[virtualenvs]
|
[virtualenvs]
|
||||||
in-project = true
|
in-project = true
|
||||||
|
[experimental]
|
||||||
|
new-installer = false
|
||||||
|
Loading…
Reference in New Issue
Block a user