From a7bd7b7155de9b108dd3d7fae4c0edf15f87e10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Baumg=C3=A4rtner?= Date: Fri, 3 Nov 2023 11:31:16 +0100 Subject: [PATCH] minor changes to pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucca Baumgärtner --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cd0a979..c91494b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -50,7 +50,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" - cache: "pipenv" - name: Install dependencies run: | python -m pip install --upgrade pip