Skip to content

Commit

Permalink
update tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Dec 19, 2023
1 parent a9d1b15 commit 2e282b1
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 @@ -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.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
Expand Down

0 comments on commit 2e282b1

Please # to comment.