diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 90e4188..43ffb3f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,12 +24,6 @@ jobs: - name: Set up uv run: curl -LsSf https://astral.sh/uv/install.sh | sh && echo "$HOME/.local/bin" >> $GITHUB_PATH - - name: Set up Python - run: uv python install 3.13 - - - name: Install dependencies - run: uv pip install --system -r requirements.txt ruff - - name: Run ruff check run: uvx ruff check .