From 78ec3a1f4bd4482715e3d92a58c38cd183dbc90c Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 23 Nov 2020 15:05:27 +0100 Subject: [PATCH] Debugging errors.. --- .github/workflows/test.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f2ead4..0128c5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,20 +18,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Get pip cache dir - id: pip-cache - run: | - echo "::set-output name=dir::$(pip cache dir)" - - - name: Cache - uses: actions/cache@v2 - with: - path: ${{ steps.pip-cache.outputs.dir }} - key: - test-${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }} - restore-keys: | - test-${{ matrix.python-version }}-v1- - - name: Install dependencies run: | python -m pip install --upgrade pip