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

Added python packages

- pytest-cov
- testbook
- jupyter
parent 22df3f61
No related merge requests found
Pipeline #35808 canceled
...@@ -448,6 +448,9 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ ...@@ -448,6 +448,9 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pytest-cov \
testbook \
jupyter \
pandas \ pandas \
h5py \ h5py \
deprecation deprecation
...@@ -459,6 +462,9 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ ...@@ -459,6 +462,9 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pytest-cov \
testbook \
jupyter \
pandas \ pandas \
h5py \ h5py \
deprecation deprecation
...@@ -470,6 +476,9 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ ...@@ -470,6 +476,9 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pytest-cov \
testbook \
jupyter \
pandas \ pandas \
h5py \ h5py \
deprecation deprecation
......
...@@ -96,6 +96,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -96,6 +96,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pytest-cov \
testbook \
jupyter \
pandas \ pandas \
h5py \ h5py \
; \ ; \
...@@ -105,6 +108,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -105,6 +108,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pytest-cov \
testbook \
jupyter \
pandas \ pandas \
h5py \ h5py \
; \ ; \
...@@ -114,5 +120,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -114,5 +120,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pytest-cov \
testbook \
jupyter \
pandas \ pandas \
h5py h5py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment