diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 038c474..79390da 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -40,12 +40,6 @@ jobs: echo PY: $PY echo "PY=$PY" >> "$GITHUB_OUTPUT" - - name: Install rye - uses: phi-friday/install-rye@v2 - id: install-rye - with: - python_version: ${{ matrix.python-version }} - - name: Restore uv cache uses: actions/cache@v4 id: uv-cache