Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hydesign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
hydesign
Commits
acc86e5b
Commit
acc86e5b
authored
2 years ago
by
Mikkel Friis-Møller
Browse files
Options
Downloads
Patches
Plain Diff
wisdem from csm only branch in setup.py
parent
1eedc907
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!45
wisdem from csm only branch in setup.py
Pipeline
#40645
passed
2 years ago
Stage: test
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.coveragerc
+3
-1
3 additions, 1 deletion
.coveragerc
.gitlab-ci.yml
+0
-3
0 additions, 3 deletions
.gitlab-ci.yml
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
4 additions
and
4 deletions
.coveragerc
+
3
−
1
View file @
acc86e5b
[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
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
3
View file @
acc86e5b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
acc86e5b
...
...
@@ -66,6 +66,7 @@ setup(name='hydesign',
'
statsmodels
'
,
'
rainflow
'
,
'
pyyaml
'
,
'
wisdem @ git+https://github.com/DTUWindEnergy/WISDEM.git@csm_only
'
],
extras_require
=
{
'
test
'
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment