Skip to content

Commit

Permalink
fix(ci): copy pyright directory in Dockerfile
Browse files Browse the repository at this point in the history
follow-up to #1939
  • Loading branch information
prusnak committed Jan 9, 2022
1 parent 4ab33f0 commit 33eede3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 33eede3

Please sign in to comment.