@@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v2
1919
20- - name : Set up Python 3.6
20+ - name : Set up Python 3.8
2121 uses : actions/setup-python@v2
2222 with :
23- python-version : 3.6
23+ python-version : 3.8
2424
2525 - name : Install dependencies
2626 run : |
@@ -44,15 +44,15 @@ jobs:
4444 runs-on : ubuntu-latest
4545 strategy :
4646 matrix :
47- tensorflow : [2.4, 2.5, 2.6]
47+ tensorflow : [2.4, 2.5, 2.6, 2.7 ]
4848
4949 steps :
5050 - uses : actions/checkout@v2
5151
52- - name : Set up Python 3.6
52+ - name : Set up Python 3.8
5353 uses : actions/setup-python@v2
5454 with :
55- python-version : 3.6
55+ python-version : 3.8
5656
5757 - name : Install dependencies
5858 run : |
7171 pytest --cov=opennmt --cov-report xml opennmt/tests
7272
7373 - name : Upload coverage report
74- if : matrix.tensorflow == '2.6 '
74+ if : matrix.tensorflow == '2.7 '
7575 uses : codecov/codecov-action@v2
7676
7777
@@ -82,10 +82,10 @@ jobs:
8282 steps :
8383 - uses : actions/checkout@v2
8484
85- - name : Set up Python 3.6
85+ - name : Set up Python 3.8
8686 uses : actions/setup-python@v2
8787 with :
88- python-version : 3.6
88+ python-version : 3.8
8989
9090 - name : Install dependencies
9191 run : |
@@ -112,10 +112,10 @@ jobs:
112112 with :
113113 persist-credentials : false
114114
115- - name : Set up Python 3.6
115+ - name : Set up Python 3.8
116116 uses : actions/setup-python@v2
117117 with :
118- python-version : 3.6
118+ python-version : 3.8
119119
120120 - name : Install dependencies
121121 run : |
0 commit comments