mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
ci(dockerfile): fix python versions
This commit is contained in:
parent
b9dc44a849
commit
6cc1d70f2e
@ -50,12 +50,10 @@ ENV FULLDEPS_TESTING=${FULLDEPS_TESTING}
|
||||
# install other python versions for tox testing
|
||||
|
||||
RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \
|
||||
nix-env -iP python3-3.7.7 ; \
|
||||
nix-env --set-flag priority 6 python3-3.7.7 ; \
|
||||
nix-env -iP python3-3.6.10 ; \
|
||||
nix-env --set-flag priority 7 python3-3.6.10 ; \
|
||||
nix-env -iP python3-3.5.9 ; \
|
||||
nix-env --set-flag priority 8 python3-3.5.9 ; \
|
||||
nix-env -iP python3-3.7.9 ; \
|
||||
nix-env --set-flag priority 6 python3-3.7.9 ; \
|
||||
nix-env -iP python3-3.6.12 ; \
|
||||
nix-env --set-flag priority 7 python3-3.6.12 ; \
|
||||
fi
|
||||
|
||||
# download monero tests binary
|
||||
|
Loading…
Reference in New Issue
Block a user