Skip to content

Commit

Permalink
Exclude TF 2.15 with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Jan 5, 2024
1 parent ba344d2 commit af4efc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
tensorflow: "~=2.12.0"
- python-version: "3.7"
tensorflow: "~=2.15.0"
# These newer versions of TensorFlow don't work with Python 3.8:
- python-version: "3.8"
tensorflow: "~=2.15.0"

name: Python-${{ matrix.python-version }} tensorflow${{ matrix.tensorflow }}
env:
Expand Down

0 comments on commit af4efc5

Please sign in to comment.