From 121236a058f319868fafe2efed036868e69ba99f Mon Sep 17 00:00:00 2001 From: Haifeng Wu Date: Wed, 23 Nov 2022 17:54:19 +0800 Subject: [PATCH] include tf disabled jobs --- .github/workflows/python-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-pytest.yml b/.github/workflows/python-pytest.yml index 710d915..5f968f1 100644 --- a/.github/workflows/python-pytest.yml +++ b/.github/workflows/python-pytest.yml @@ -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 }}