From 85b9e2d0af1084073dc45459cf5990ad0228512f Mon Sep 17 00:00:00 2001 From: Soyoung Kim Date: Thu, 16 Jul 2026 13:22:04 +0200 Subject: [PATCH] chore: remove redundant CI steps --- .github/workflows/python.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a2e7f7c..6e4890f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -54,15 +54,6 @@ jobs: - name: Type checking and Formatting run: hatch fmt --check - - name: Prepare lint - shell: bash - run: echo PYTHON_TARGET="py${{ matrix.python-version }}" | sed -r "s/\.//" >> $GITHUB_ENV - - - name: Lint - uses: chartboost/ruff-action@1ec810db51b3ebdd902c812e962d2f7aafe85fcf - with: - args: check --target-version ${{ env.PYTHON_TARGET }} - - name: Tests and coverage shell: bash run: hatch test --python ${{ matrix.python-version }} -p -c