Skip to content

Commit

Permalink
changed build file
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Feb 23, 2024
1 parent 9c00388 commit 44e8dd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10']
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 Expand Up @@ -53,4 +54,4 @@ jobs:
run: julia --project="julia_pkg" -e "using Pkg; Pkg.instantiate()"

- name: Run tests
run: python -m pytest tests -p no:warnings --tb=native --backend=tensorflow
run: python -m pytest tests -p no:warnings --tb=native --backend=${{ matrix.backend }}

0 comments on commit 44e8dd9

Please sign in to comment.