From 656d5b5abc04d48bac0b52da4cc60a860d89f6c9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 11 Apr 2023 07:22:22 +0200 Subject: [PATCH] Revert "CI: try to cache pip downloads" This reverts commit 8ed4b873f449198f944d6bff34b904700230bf86. --- .github/workflows/generate-srcinfo.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/generate-srcinfo.yml b/.github/workflows/generate-srcinfo.yml index 4ff64fd099..c16f1a85fd 100644 --- a/.github/workflows/generate-srcinfo.yml +++ b/.github/workflows/generate-srcinfo.yml @@ -21,7 +21,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' - cache: 'pip' - name: Install dependencies run: |