From 52a09c320d14f691f93cfc1f4c81ceda3693a924 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 9 Jan 2022 10:09:11 +0100 Subject: [PATCH] fix(ci): copy pyright directory in Dockerfile follow-up to https://github.com/trezor/trezor-firmware/pull/1939 --- ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index 77ad8e0e6..13ed1d135 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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"