diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 87ea2b2..f00b10d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,12 +31,6 @@ jobs: - name: Set up uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - - name: Install rye - uses: phi-friday/install-rye@v2 - id: install-rye - with: - python_version: "3.8" - - name: Set up Python id: setup-python run: |