mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
ci(dockerfile): fix other python versions
This commit is contained in:
parent
d90c3af6ea
commit
940400998a
@ -48,12 +48,15 @@ ARG FULLDEPS_TESTING=0
|
|||||||
ENV FULLDEPS_TESTING=${FULLDEPS_TESTING}
|
ENV FULLDEPS_TESTING=${FULLDEPS_TESTING}
|
||||||
|
|
||||||
# install other python versions for tox testing
|
# install other python versions for tox testing
|
||||||
|
# 3.8 is already included in the default install
|
||||||
|
|
||||||
RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \
|
RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \
|
||||||
nix-env -iP python3-3.7.9 ; \
|
nix-env -iP python3-3.6.11 ; \
|
||||||
nix-env --set-flag priority 6 python3-3.7.9 ; \
|
nix-env --set-flag priority 8 python3-3.6.11 ; \
|
||||||
nix-env -iP python3-3.6.12 ; \
|
nix-env -iP python3-3.7.8 ; \
|
||||||
nix-env --set-flag priority 7 python3-3.6.12 ; \
|
nix-env --set-flag priority 7 python3-3.7.8 ; \
|
||||||
|
nix-env -iP python3-3.9.0a4 ; \
|
||||||
|
nix-env --set-flag priority 6 python3-3.9.0a4 ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# download monero tests binary
|
# download monero tests binary
|
||||||
|
Loading…
Reference in New Issue
Block a user