Skip to content

Commit

Permalink
ll
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent fe43605 commit 1c843d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local # the path depends on the OS
key: poetry-1 # increment to reset cache
key: poetry-2 # increment to reset cache
- name: Find2 (py${{ matrix.python-version }})
run: find .
- name: Install Poetry
Expand Down Expand Up @@ -79,3 +79,7 @@ jobs:
#name: codecov-umbrella # optional
fail_ci_if_error: false
verbose: true
- name: WTF1 (py${{ matrix.python-version }})
run: ls -al manifest.txt || true
- name: WTF2 (py${{ matrix.python-version }})
run: cat manifest.txt || true

0 comments on commit 1c843d7

Please sign in to comment.