diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c18f27..bac0f1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,8 @@ jobs: - name: Run Pyright run: | - pwd + cat pyrightconfig.json + pyright - name: Run Tests run: pytest tests/