Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Feb 23, 2024
1 parent 364e2fa commit edf88bb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ 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']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.python-version }}
cancel-in-progress: true
Expand Down Expand Up @@ -59,4 +53,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=${{ matrix.backend }}
run: python -m pytest tests -p no:warnings --tb=native --backend=tensorflow

0 comments on commit edf88bb

Please sign in to comment.