Skip to content

Commit

Permalink
tmp disable job
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Nov 25, 2024
1 parent ecd28c5 commit 0c8a7cb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c8a7cb

Please sign in to comment.