From 8a228a9e1ba7e9719de840ee8684bae537db3915 Mon Sep 17 00:00:00 2001 From: Slipstreamm Date: Fri, 13 Jun 2025 00:11:50 -0600 Subject: [PATCH] Refactor Pyright execution step to simplify command --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a800ceb..8014928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,7 @@ jobs: pip install -e . - name: Run Pyright - run: | - pyright + run: pyright - name: Run Tests run: pytest tests/