From 9e9711c1b5a88970005fb1a1722f9e81ec12932d Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 29 Sep 2024 13:52:12 +0200 Subject: [PATCH] Remove unnecessary install --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fd4e416..9040b834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,6 @@ jobs: with: python-version-file: .python-version-default - uses: hynek/setup-cached-uv@v2 - - run: uv pip install --system --upgrade coverage[toml] - uses: actions/download-artifact@v4 with: pattern: coverage-data-*