Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Classical-MD_openpathsampling
TSE
Commits
7a9813f6
Commit
7a9813f6
authored
Jul 23, 2019
by
Sander Roet
Browse files
Merge branch 'fix_test' into 'master'
install missing dependencies for testing See merge request
!5
parents
437f4181
07eabab9
Pipeline
#4898
failed with stage
in 26 seconds
Changes
1
Pipelines
34
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a9813f6
image
:
continuumio/miniconda:latest
before_script
:
-
curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh
-
bash conda_ops_dev_install.sh
-
conda install -y nose coverage
-
conda install -y -c omnia openpathsampling
-
conda update -y --all
-
conda uninstall -y openpathsampling
-
git clone https://github.com/openpathsampling/openpathsampling.git
-
cd openpathsampling && pip install -e . && cd ..
test
:
script
:
...
...
Write
Preview
Supports
Markdown
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