Skip to content
Snippets Groups Projects
Commit 217b14bd authored by payno's avatar payno
Browse files

[ci] add installation of pathlib2 (for xraylarch)

parent 9a9ff583
No related branches found
No related tags found
1 merge request!21[ci] replace install_larch bash function by pip install xraylarch
Pipeline #14850 failed
......@@ -54,6 +54,7 @@ variables:
- python -m pip install -r requirements.txt
- python -m pip install fabio --upgrade --pre
- python -m pip install silx --upgrade --pre
- python -m pip install pathlib2
- python -m pip install xraylarch
- git submodule update --init --recursive
- python -m pip install -e .
......@@ -125,6 +126,7 @@ test:test-est-tutorials_pymca:
- python -m pip install pymca --upgrade --pre
- python -m pip install silx --upgrade --pre
- source ./ci/install_scripts.sh
- python -m pip install pathlib2
- python -m pip install xraylarch
- git submodule update --init --recursive
- python -m pip install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment