From 7eea3a19833acc49a0442f46723a4026d81add5f Mon Sep 17 00:00:00 2001 From: Haifeng Wu Date: Tue, 19 Dec 2023 14:15:45 +0800 Subject: [PATCH] update tf version --- .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 5c1535f..dafa3e1 100644 --- a/.github/workflows/python-pytest.yml +++ b/.github/workflows/python-pytest.yml @@ -21,7 +21,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11) - tf-version: [">=2.0.0,<=2.10", "", "disable"] # empty string indicates the latest version + tf-version: ["\">=2.0.0,<=2.10\"", "", "disable"] # empty string indicates the latest version # exclude: # - os: windows-latest