From 9dd37689e36460e428aefc7d4206278a237870a0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 10 Nov 2021 13:19:57 +0100 Subject: [PATCH] ci: remove cache from translation compile Signed-off-by: Jens Langhammer --- .github/workflows/translation-compile.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 2b33bf965..73c52e78c 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -21,14 +21,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: '3.9' - - id: cache-pipenv - uses: actions/cache@v2.1.6 - with: - path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare - env: - INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} run: | sudo apt-get update sudo apt-get install -y gettext