Skip to content
Snippets Groups Projects
Commit f44449bf authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Clear egg-info files before submodule update in install tests. #464

parent 32765da2
No related branches found
No related tags found
2 merge requests!283Merge v0.10.0 into master for release,!254Merging these two branches concerning the encylopedia complex search
...@@ -145,6 +145,7 @@ dev setup tests: ...@@ -145,6 +145,7 @@ dev setup tests:
image: python:3.7 image: python:3.7
script: script:
- pip install --upgrade pip - pip install --upgrade pip
- find dependencies -type d -name "*.egg-info" -exec rm -rf {} \;
- ./setup.sh - ./setup.sh
- python -m nomad.cli parse tests/data/parsers/vasp/vasp.xml - python -m nomad.cli parse tests/data/parsers/vasp/vasp.xml
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment