Skip to content

Commit

Permalink
update tests to use TF < 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed May 18, 2024
1 parent a04bd38 commit 733cd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install flake8 pytest pytest-cov
pip --default-timeout=100 install -e .
pip --default-timeout=100 install "keras<3.0.0"
pip --default-timeout=100 install "tensorflow>=2.0.0"
pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12"
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 733cd3a

Please sign in to comment.