Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keisen committed Nov 24, 2022
1 parent 034e2a1 commit 329919e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
tensorflow: [2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.10]
include:
python-version: [3.7, 3.8, 3.9, '3.10']
tensorflow: [2.6.0, 2.7.0, 2.8.0, 2.9.0, '2.10.0', '2.11.0']
exclude:
- python-version: '3.10'
tensorflow: 2.8.0
tensorflow: 2.6.0
- python-version: '3.10'
tensorflow: 2.9.0
- python-version: '3.10'
tensorflow: 2.10.0
tensorflow: 2.7.0
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 329919e

Please sign in to comment.