Skip to content

Commit

Permalink
Further debug for tox call context in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 23, 2024
1 parent fcb4e9b commit 7abdf2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
env
echo "[[DEBUG-TOX-INVOKE: conda info]]"
conda info
echo "[[DEBUG-TOX-INVOKE: global condarc (/home/runner/miniconda3/.condarc) ]]"
cat /home/runner/miniconda3/.condarc
echo "[[DEBUG-TOX-INVOKE: local condarc (/home/runner/.condarc) ]]"
cat /home/runner/.condarc
echo "[[DEBUG-TOX-INVOKE: (done --> run tox) )]]"
tox -e ${{ matrix.lock }}
Expand Down

0 comments on commit 7abdf2f

Please sign in to comment.