From a556bdbf4dc85ed6bfed20b6397f2f614f366f40 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Tue, 22 Apr 2025 09:39:21 +0200 Subject: [PATCH 1/2] ci: drop caching of virtualenv's --- .github/workflows/release-please.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index e2b113b..cb2067b 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -40,12 +40,6 @@ jobs: fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version fetch-tags: true - - name: Cache virtualenvironment - uses: actions/cache@v3 - with: - path: ~/.venv - key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }} - - name: Upgrade pip run: pip install --upgrade pip From 796e879905538152994977646a8001a898bdd48e Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Tue, 22 Apr 2025 09:41:09 +0200 Subject: [PATCH 2/2] ci: drop caching of virtualenv (pr) --- .github/workflows/pull-requests.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index b40ae83..0520dc3 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -30,12 +30,6 @@ jobs: fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version fetch-tags: true - - name: Cache virtualenvironment - uses: actions/cache@v3 - with: - path: ~/.venv - key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }} - - name: Upgrade pip run: pip install --upgrade pip