diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24dc5d9..0b7faf81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,19 +10,6 @@ on: jobs: - Lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "3.x" - - run: | - python -m pip install --upgrade pip hatch - pip install -e .[dev] - hatch run lint - Test: runs-on: ubuntu-latest strategy: