Skip to content

Commit 121236a

Browse files
committed
include tf disabled jobs
1 parent 472c779 commit 121236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
8282
8383
- name: Install tensorflow dependencies
84-
if: ${{ matrix.tf-switch != 'disable' }}
84+
if: ${{ matrix.tf-version != 'disable' }}
8585
shell: bash -l {0}
8686
run: |
8787
pip install -q tensorflow==${{ matrix.tf-version }}

0 commit comments

Comments
 (0)