Skip to content

Commit 472c779

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

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/python-pytest.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
python-version: [3.7, 3.8] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11)
21-
tf-version: [2.4.2, 2.9, 2.10, 2.11]
22-
tf-switch: [on, off]
21+
tf-version: ["2.4.2", "2.9", "2.10", "2.11", "disable"]
2322
# prophet_switch: [prophet_Y, prophet_N]
2423

2524
include:
@@ -51,15 +50,6 @@ jobs:
5150
- os: windows-latest
5251
tf-version: 2.11
5352

54-
- tf-switch: off
55-
tf-version: 2.4.2
56-
- tf-switch: off
57-
tf-version: 2.9
58-
- tf-switch: off
59-
tf-version: 2.10
60-
- tf-switch: off
61-
tf-version: 2.11
62-
6353
steps:
6454
- uses: actions/checkout@v2
6555
- uses: conda-incubator/setup-miniconda@v2
@@ -91,7 +81,7 @@ jobs:
9181
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
9282
9383
- name: Install tensorflow dependencies
94-
if: ${{ matrix.tf-switch == 'on' }}
84+
if: ${{ matrix.tf-switch != 'disable' }}
9585
shell: bash -l {0}
9686
run: |
9787
pip install -q tensorflow==${{ matrix.tf-version }}

0 commit comments

Comments
 (0)