From 46790afcb2f7a42a12d49a5c1eaae8ab049ab696 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 26 Aug 2024 17:04:32 -0700 Subject: [PATCH] CI should use the defaults --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71dd6894a0..493a5de0ec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: # TODO: remove setuptools once https://github.com/cython/cython/issues/5751 is fixed uv pip install -e .[testing,docs] setuptools - run: uv run scons -j$(nproc) - - run: uv run pytest --durations=0 + - run: uv run pytest . static-analysis: name: static analysis