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 472c779 commit 121236aCopy full SHA for 121236a
.github/workflows/python-pytest.yml
@@ -81,7 +81,7 @@ jobs:
81
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
82
83
- name: Install tensorflow dependencies
84
- if: ${{ matrix.tf-switch != 'disable' }}
+ if: ${{ matrix.tf-version != 'disable' }}
85
shell: bash -l {0}
86
run: |
87
pip install -q tensorflow==${{ matrix.tf-version }}
0 commit comments