Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent 9b8f87b commit 8fecb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Tox env1 (py${{ matrix.python-version }})
run: env
- name: Env-Inspect1 (py${{ matrix.python-version }})
run: (env | sort; echo "----"; which tox; echo "----"; which poetry) || true
- name: Find1 (py${{ matrix.python-version }})
run: find .
- name: Load cached Poetry installation
Expand Down

0 comments on commit 8fecb2e

Please sign in to comment.