From cbebaf7cb400f5aa5048ceeeda0caafa5aff68fb Mon Sep 17 00:00:00 2001 From: Michael Hudgins Date: Mon, 23 Sep 2024 14:59:24 +0000 Subject: [PATCH] Correct the pytest command --- .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 9d325dbc..d7406a85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,5 +36,5 @@ jobs: run: | echo "Running JAX Triton GPU Tests" nvidia-smi - pytest -v --tb=short ./tests/ + pytest -v --tb=short tests/