Skip to content
Snippets Groups Projects
Commit 42e6aeec authored by Andi Gerken's avatar Andi Gerken
Browse files

removed version from cryptography

parent 0c51e91b
Branches python310
No related tags found
No related merge requests found
Pipeline #50032 failed
...@@ -560,7 +560,7 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ ...@@ -560,7 +560,7 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
# Python 3.10 packages # Python 3.10 packages
RUN python3.10 -m pip --no-cache-dir install -U pip && \ RUN python3.10 -m pip --no-cache-dir install -U pip && \
python3.10 -m pip --no-cache-dir install 'cryptography<3.4' && \ python3.10 -m pip --no-cache-dir install 'cryptography' && \
python3.10 -m pip --no-cache-dir install \ python3.10 -m pip --no-cache-dir install \
wheel \ wheel \
twine \ twine \
......
...@@ -62,7 +62,7 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.10.4; ...@@ -62,7 +62,7 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.10.4;
Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \ Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \
$env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \ $env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \
Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location -U pip; \ Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location -U pip; \
Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location 'cryptography<3.4'; \ Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location 'cryptography'; \
Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location \ Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location \
wheel \ wheel \
twine \ twine \
......
...@@ -51,7 +51,7 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.10.4; ...@@ -51,7 +51,7 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.10.4;
Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \ Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \
$env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \ $env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \
Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location -U pip; \ Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location -U pip; \
Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location 'cryptography<3.4'; \ Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location 'cryptography'; \
Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location \ Must-Run /Python310/python -m pip --no-cache-dir install --no-warn-script-location \
wheel \ wheel \
twine \ twine \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment