We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2006a33 commit 0ff5f6aCopy full SHA for 0ff5f6a
.github/workflows/ci.yml
@@ -14,22 +14,14 @@ jobs:
14
build:
15
16
runs-on: ubuntu-latest
17
+ timeout-minutes: 120
18
strategy:
19
matrix:
- 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
27
- tf-version: 1.12.0
28
29
-# - python-version: 2.7
30
-# tf-version: 2.0.0rc0
+ python-version: [3.5,3.6,3.7]
+ tf-version: [1.4.0,1.14.0,2.0.0b1]
31
32
steps:
+
33
- uses: actions/checkout@v1
34
35
- name: Setup python environment
@@ -43,6 +35,7 @@ jobs:
43
pip install -q requests
44
36
pip install -e .
45
37
- name: Test with pytest
38
46
39
run: |
47
40
pip install -q pytest
48
41
pip install -q pytest-cov
0 commit comments