Skip to content
Snippets Groups Projects
Commit a970523c authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent 70420908
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ test_PyWake_windows: # name the job what we like ...@@ -32,7 +32,7 @@ test_PyWake_windows: # name the job what we like
stage: # build, test, deploy defined by default [2] stage: # build, test, deploy defined by default [2]
test test
script: # runs on windows machine due to tag below script: # runs on windows machine due to tag below
- source activate py38 - source activate py38_2
- pip install -e .[test] - pip install -e .[test]
- pytest --cov-report term-missing:skip-covered --cov=py_wake --cov-config .coveragerc - pytest --cov-report term-missing:skip-covered --cov=py_wake --cov-config .coveragerc
tags: # tag for shared runner on windows machine tags: # tag for shared runner on windows machine
......
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