Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
dff91c97
Commit
dff91c97
authored
May 11, 2020
by
Markus Scheidgen
Browse files
Added a test for sdist pip install.
#344
parent
10a0f13a
Pipeline
#74702
passed with stages
in 19 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dff91c97
...
...
@@ -94,6 +94,24 @@ tests:
-
$CI_COMMIT_REF_NAME =~ /^dev-.*$/
-
$CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i
install_tests
:
stage
:
test
image
:
python:3.6
before_script
:
-
git submodule sync
-
git submodule update --init --jobs=4
script
:
-
pip install --upgrade pip
-
pip install fastentrypoints
-
pip install pyyaml
-
pip install numpy
-
python setup.py compile
-
python setup.py sdist
-
pip install dist/nomad-0.8.0.tar.gz
-
python -c "import nomad.datamodel, nomad.datamodel.metainfo, nomad.client"
-
pip install dist/nomad-0.8.0.tar.gz[parsing]
-
python -m nomad.cli parse tests/data/parsers/vasp/vasp.xml
deploy
:
stage
:
deploy
before_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment