Skip to content

Commit

Permalink
Print the pip list in base setup (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 11, 2023
1 parent e08b943 commit 9f1e04d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,8 @@ runs:
env
echo "::endgroup::"
pip debug
echo "::group::piplist"
pip list
echo "::endgroup::"
yarn --version
node --version

0 comments on commit 9f1e04d

Please sign in to comment.