Skip to content
Snippets Groups Projects
Unverified Commit 865c3386 authored by Quoc-Tuan Truong's avatar Quoc-Tuan Truong Committed by GitHub
Browse files

Add no_output_timeout 30m

parent 937b5f03
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ jobs:
sudo pip install --upgrade pip
sudo pip install --only-binary=numpy,scipy numpy scipy pytest pytest-cov codecov
sudo pip install -e .[tests]
no_output_timeout: 30m
- save_cache:
key: deps9-{{ .Branch }}
paths:
......@@ -27,4 +28,4 @@ jobs:
- run:
command: |
python -m pytest --cov=cornac
codecov || echo "codecov failed"
\ No newline at end of file
codecov || echo "codecov failed"
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