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