Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
7554fc1d
Commit
7554fc1d
authored
Jan 08, 2021
by
Markus Scheidgen
Browse files
Fix submodule sync issues.
#464
parent
abd95358
Pipeline
#90716
passed with stages
in 22 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7554fc1d
...
@@ -144,7 +144,6 @@ dev setup tests:
...
@@ -144,7 +144,6 @@ dev setup tests:
stage
:
test
stage
:
test
image
:
python:3.7
image
:
python:3.7
script
:
script
:
-
sleep
5
-
pip install --upgrade pip
-
pip install --upgrade pip
-
./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
...
...
setup.sh
View file @
7554fc1d
...
@@ -5,6 +5,7 @@ set -e
...
@@ -5,6 +5,7 @@ set -e
pip
install
--upgrade
pip
pip
install
--upgrade
pip
git submodule
sync
git submodule
sync
sleep
5
git submodule update
--init
--jobs
=
4
git submodule update
--init
--jobs
=
4
./dependencies.sh
-e
./dependencies.sh
-e
pip
install
-e
.[all]
pip
install
-e
.[all]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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