Skip to content

Commit

Permalink
Remove Tensorflow 2.1 from config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jul 4, 2021
1 parent c77f706 commit e4d4db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
group: [ 1, 2, 3 ]
tensorflow_version: [2.1, 2.2, 2.3, 2.4, 2.5]
tensorflow_version: [2.2, 2.3, 2.4, 2.5]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down

0 comments on commit e4d4db4

Please sign in to comment.