From 5d4e6a33adb7a4cdcf401c834e969212a64bfe02 Mon Sep 17 00:00:00 2001 From: btaba <7320238+btaba@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:31:26 -0800 Subject: [PATCH] Update ci.yml (#448) * Update ci.yml * Update ci.yml * Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ebd0422..8a6ece33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: build: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: ['3.9', '3.10'] steps: @@ -24,4 +25,4 @@ jobs: python -m pip install --upgrade pip pip install -e .[develop] - name: Run tests - run: pytest + run: pytest -k 'not brax.v1'