Skip to content
Snippets Groups Projects
Commit 43f3862c authored by florian's avatar florian
Browse files

WIP: Pipeline

parent c3a4e9dd
No related branches found
No related tags found
2 merge requests!77REL: prepare release 0.8.0,!74ENH: Use debian 11 in pipeline
Pipeline #24082 canceled
...@@ -9,7 +9,7 @@ RUN apt-get update \ ...@@ -9,7 +9,7 @@ RUN apt-get update \
python3-httpbin git curl x11-apps xvfb unzip \ python3-httpbin git curl x11-apps xvfb unzip \
libhdf5-dev \ libhdf5-dev \
pkgconf \ pkgconf \
nodejs # Don't install `npm` (Debian), it conflicts with the `nodejs` (Node) package \ nodejs npm \
&& apt-get install -f && apt-get install -f
RUN pip3 install pylint pytest RUN pip3 install pylint pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment