Skip to content
Snippets Groups Projects
Commit acc86e5b authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

wisdem from csm only branch in setup.py

parent 1eedc907
No related branches found
No related tags found
1 merge request!45wisdem from csm only branch in setup.py
Pipeline #40645 passed
[run]
omit =
hydesign/tests/*
hydesign/turbine_costsse_2015.py
hydesign/nrel_csm_tcc_2015.py
[report]
fail_under = 1
\ No newline at end of file
fail_under = 10
\ No newline at end of file
......@@ -5,7 +5,6 @@ test_hydesign:
stage:
test
script:
- pip install git+https://github.com/DTUWindEnergy/WISDEM.git@csm_only --no-deps
- pip install -e .[test]
- python -m pytest
tags:
......@@ -30,7 +29,6 @@ pages:
stage:
deploy
script:
- pip install git+https://github.com/DTUWindEnergy/WISDEM.git@csm_only --no-deps
- pip install -e .[docs] --upgrade
- cd docs; make html
- cd ../; mv docs/build/html public/
......@@ -55,7 +53,6 @@ pypi:
- apt-get install -y pandoc
- pip install --upgrade pip
- pip install pypandoc
- pip install git+https://github.com/DTUWindEnergy/WISDEM.git@csm_only --no-deps
- pip install -e . --upgrade
- python -c 'from git_utils import get_tag; get_tag(verbose=True)'
- python -m pip install -U setuptools wheel
......
......@@ -66,6 +66,7 @@ setup(name='hydesign',
'statsmodels',
'rainflow',
'pyyaml',
'wisdem @ git+https://github.com/DTUWindEnergy/WISDEM.git@csm_only'
],
extras_require={
'test': [
......
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