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

Merge branch 'dev_andi' into 'master'

Added python packages to ci

See merge request !1
parents edb81c8f 06fea4ca
Branches
No related tags found
1 merge request!1Added python packages to ci
Pipeline #38745 failed
...@@ -449,6 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ ...@@ -449,6 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -463,6 +465,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ ...@@ -463,6 +465,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -477,12 +481,15 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ ...@@ -477,12 +481,15 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
h5py \ h5py \
deprecation deprecation
# xsimd # xsimd
RUN name=xsimd && \ RUN name=xsimd && \
version=7.4.9 && \ version=7.4.9 && \
......
...@@ -56,6 +56,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -56,6 +56,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -68,6 +70,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -68,6 +70,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -80,6 +84,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -80,6 +84,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment