Skip to content

Commit

Permalink
include tf disabled jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Nov 23, 2022
1 parent 472c779 commit 121236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
- name: Install tensorflow dependencies
if: ${{ matrix.tf-switch != 'disable' }}
if: ${{ matrix.tf-version != 'disable' }}
shell: bash -l {0}
run: |
pip install -q tensorflow==${{ matrix.tf-version }}
Expand Down

0 comments on commit 121236a

Please sign in to comment.