Skip to content

Commit

Permalink
lock tf version in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 21, 2024
1 parent d50e48d commit 427086b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Tests
run: |
export MPLBACKEND=agg
pip install tensorflow>=2.0
pip install tensorflow==2.14.1
pip install coveralls
coverage run --source=talos ./test-ci.py
- name: Coverage
Expand Down

0 comments on commit 427086b

Please sign in to comment.