From edf88bbae0d544d169908d82139daa129e65baf9 Mon Sep 17 00:00:00 2001 From: SamFerracin Date: Fri, 23 Feb 2024 14:08:40 -0500 Subject: [PATCH] oops --- .github/workflows/builds.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5a8727919..64a4ac67e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 @@ -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