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

Remove increased timeout time for pip install. If Tensor flow

parent 606762e9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ test_PyWake: # name the job what we like
stage: # build, test, deploy defined by default [2]
test
script:
- pip install -e .[test] --timeout 3600 --default-timeout=3600
- pip install -e .[test] #--timeout 3600 --default-timeout=3600, fails anyway if Tensorflow does not install in <10min
- pytest
tags: # only runners with this tag can do the job [3]
- ci-ubuntu
......
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