Skip to content

Commit

Permalink
mark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Nov 15, 2024
1 parent d4360fd commit 1a18147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3.10]
tf-version: ["2.6.4", "2.7.4", "2.8.4", "2.9.3"]
include:
- python-version: "3.10"
tf-version: "2.10"
- python-version: "3.10"
tf-version: "2.11"
- python-version: "3.10"
tf-version: "2.17"
python-version: ["3.9", "3.10"]
tf-version: ["2.15", "2.16", "2.17"]
# include:
# - python-version: "3.10"
# tf-version: "2.17"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion deeptables/tests/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
"""
#
# https://github.com/tensorflow/tensorflow/issues/39554
def cast(var, dtype):
if isinstance(var, tf.Tensor):
return tf.cast(var, dtype=dtype)
Expand Down

0 comments on commit 1a18147

Please sign in to comment.