Skip to content

Commit 0ff5f6a

Browse files
authored
Update ci.yml
1 parent 2006a33 commit 0ff5f6a

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,14 @@ jobs:
1414
build:
1515

1616
runs-on: ubuntu-latest
17+
timeout-minutes: 120
1718
strategy:
1819
matrix:
19-
python-version: [3.5,3.6,3.7]#
20-
tf-version: [1.4.0,1.12.0,1.14.0,2.0.0rc0]
21-
22-
exclude:
23-
- python-version: 3.7
24-
tf-version: 1.4.0
25-
26-
- python-version: 3.7
27-
tf-version: 1.12.0
28-
29-
# - python-version: 2.7
30-
# tf-version: 2.0.0rc0
20+
python-version: [3.5,3.6,3.7]
21+
tf-version: [1.4.0,1.14.0,2.0.0b1]
3122

3223
steps:
24+
3325
- uses: actions/checkout@v1
3426

3527
- name: Setup python environment
@@ -43,6 +35,7 @@ jobs:
4335
pip install -q requests
4436
pip install -e .
4537
- name: Test with pytest
38+
timeout-minutes: 120
4639
run: |
4740
pip install -q pytest
4841
pip install -q pytest-cov

0 commit comments

Comments
 (0)