From 43927944249b68a25d7e8efa78bd89e1e9e6082b Mon Sep 17 00:00:00 2001 From: Manolis Stamatogiannakis Date: Mon, 11 Dec 2023 20:10:23 +0100 Subject: [PATCH] x --- .github/workflows/j2cli.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/j2cli.yml b/.github/workflows/j2cli.yml index 1b4ec11..3d742c8 100644 --- a/.github/workflows/j2cli.yml +++ b/.github/workflows/j2cli.yml @@ -33,12 +33,6 @@ jobs: - name: File-Inspect1 (py${{ matrix.python-version }}) run: find . - - name: Load cached Poetry installation - id: cached-poetry - uses: actions/cache@v3 - with: - path: .venv # the path depends on the OS - key: poetry-3 # increment to reset cache - name: Install Poetry if: steps.cached-poetry.outputs.cache-hit != 'true' uses: snok/install-poetry@v1