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

[centos] Added python packages to ci

pytest-testmon
pre-commit
parent edb81c8f
Branches
Tags
No related merge requests found
Pipeline #40226 passed
......@@ -449,6 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
twine \
pytest \
pytest-cov \
pytest-testmon \
pre-commit \
testbook \
jupyter \
pandas \
......@@ -463,6 +465,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
twine \
pytest \
pytest-cov \
pytest-testmon \
pre-commit \
testbook \
jupyter \
pandas \
......@@ -477,11 +481,14 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
twine \
pytest \
pytest-cov \
pytest-testmon \
pre-commit \
testbook \
jupyter \
pandas \
h5py \
deprecation
# xsimd
RUN name=xsimd && \
......
......@@ -56,6 +56,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \
pytest \
pytest-cov \
pytest-testmon \
pre-commit \
testbook \
jupyter \
pandas \
......@@ -68,6 +70,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \
pytest \
pytest-cov \
pytest-testmon \
pre-commit \
testbook \
jupyter \
pandas \
......@@ -80,6 +84,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \
pytest \
pytest-cov \
pytest-testmon \
pre-commit \
testbook \
jupyter \
pandas \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment