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