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 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