diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index ef4d6db..580f138 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -23,21 +23,21 @@ jobs: - name: Lint code run: hatch run lint:style - lint-typing: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: "3.11" - - name: Install dependencies - run: | - pip install hatch - pip install hatch-vcs - pip install hatch-fancy-pypi-readme - - name: Lint typing - run: hatch run lint:typing + # lint-typing: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - name: Set up Python + # uses: actions/setup-python@v4 + # with: + # python-version: "3.11" + # - name: Install dependencies + # run: | + # pip install hatch + # pip install hatch-vcs + # pip install hatch-fancy-pypi-readme + # - name: Lint typing + # run: hatch run lint:typing test: runs-on: ubuntu-latest