From 4a868cd68805ef080eb7faf8894eb5f57899fb9d Mon Sep 17 00:00:00 2001 From: tovrstra Date: Wed, 14 Apr 2021 12:14:31 +0200 Subject: [PATCH] Disable caching on venv tests --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5d9e79..80d6d4dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,6 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 - - uses: actions/cache@v2 - with: - path: ~/.local/venvs - key: ${{ runner.os }}-Python-${{ matrix.python-version }}-venv - name: Install Pip and Roberto run: | python -m pip install --upgrade pip