Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Feb 23, 2024
1 parent ec57138 commit 364e2fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
backend: ['numpy', 'tensorflow']
python-version:
- '3.9'
- '3.10'
- '3.11'
backend:
- numpy
- tensorflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.python-version }}
cancel-in-progress: true
Expand Down

0 comments on commit 364e2fa

Please sign in to comment.