diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8254bd5..6a88f46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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