From d3cab4333d7fdc471497c12bdc110d75053a1845 Mon Sep 17 00:00:00 2001 From: btaba <7320238+btaba@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:52:32 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc2dd75..8a6ece33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: python -m pip install --upgrade pip pip install -e .[develop] - name: Run tests - run: pytest -v -n auto --dist worksteal -k 'not brax.v1' + run: pytest -k 'not brax.v1'