fix(ci): copy pyright directory in Dockerfile

follow-up to https://github.com/trezor/trezor-firmware/pull/1939
pull/2036/head
Pavol Rusnak 2 years ago
parent 2880a2fa33
commit 52a09c320d

@ -37,6 +37,7 @@ ENV \
# Trezor specific stuff starts here
COPY shell.nix shell.nix
COPY pyright/ pyright/
# to make multiple python versions and monero test suite available, run docker build
# with the following argument: "--build-arg FULLDEPS_TESTING=1"

Loading…
Cancel
Save