From 0c8a7cbe8f62b95b306c3034db1b7bb3509bfb6a Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Mon, 25 Nov 2024 15:51:28 +0100 Subject: [PATCH] tmp disable job --- .github/workflows/code_quality.yml | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 10b3d8cda0..3055789f07 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -136,22 +136,22 @@ jobs: - name: Run linter run: python ./bin/lint_dependencies.py - type-checking: - name: Type checking (Pyright) - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Install additional dependencies - run: | - pip install uv - uv pip install \ - --system \ - -r requirements/type-checking.txt - - uses: jakebailey/pyright-action@v1 - with: - version: 1.1.369 - project: pyright.pyproject.toml + # type-checking: + # name: Type checking (Pyright) + # runs-on: ubuntu-latest + + # steps: + # - uses: actions/checkout@v4 + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.12' + # - name: Install additional dependencies + # run: | + # pip install uv + # uv pip install \ + # --system \ + # -r requirements/type-checking.txt + # - uses: jakebailey/pyright-action@v1 + # with: + # version: 1.1.369 + # project: pyright.pyproject.toml