From 9b59279c89a21a509a7dd2e585408e17e1c7806f Mon Sep 17 00:00:00 2001 From: Manolis Stamatogiannakis Date: Sun, 12 Nov 2023 11:11:37 +0100 Subject: [PATCH] x --- .github/workflows/j2cli.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/j2cli.yml b/.github/workflows/j2cli.yml index c06e99b..1806842 100644 --- a/.github/workflows/j2cli.yml +++ b/.github/workflows/j2cli.yml @@ -29,12 +29,16 @@ jobs: python-version: ${{ matrix.python-version }} - name: Tox env1 (py${{ matrix.python-version }}) run: env + - name: Find1 (py${{ matrix.python-version }}) + run: find . - name: Load cached Poetry installation id: cached-poetry uses: actions/cache@v3 with: path: ~/.local # the path depends on the OS key: poetry-0 # increment to reset cache + - name: Find2 (py${{ matrix.python-version }}) + run: find . - name: Install Poetry if: steps.cached-poetry.outputs.cache-hit != 'true' uses: snok/install-poetry@v1