From 4dfe6d60835fc89f4a0cc0b3e0e5855ab661f368 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Mon, 4 Apr 2022 10:51:11 +0200 Subject: [PATCH] Test pipenv without caching --- .github/workflows/e2e-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index f960fa62..d5048916 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -46,7 +46,7 @@ jobs: uses: ./ with: python-version: ${{ matrix.python-version }} - cache: 'pipenv' + # cache: 'pipenv' - name: Install pipenv run: pipx install pipenv - name: Install dependencies @@ -109,7 +109,7 @@ jobs: uses: ./ with: python-version: ${{ matrix.python-version }} - cache: 'pipenv' + # cache: 'pipenv' cache-dependency-path: '**/pipenv-requirements.txt' - name: Install pipenv run: pipx install pipenv