Skip to content

Commit

Permalink
changed TensorFlow version to 1.15.0 for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Jan 25, 2020
1 parent b3b4ef9 commit 79bd795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Tests
run: |
export MPLBACKEND=agg
pip install tensorflow==2.1-rc2
pip install tensorflow==1.15.0
pip install coveralls
coverage run --source=talos ./test_script.py
- name: Coverage
Expand Down

0 comments on commit 79bd795

Please sign in to comment.