Skip to content

Commit

Permalink
Allow pip list to fail (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored May 25, 2023
1 parent d64c120 commit b780ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:
echo "::endgroup::"
pip debug
echo "::group::piplist"
pip list
pip list || true
echo "::endgroup::"
yarn --version
node --version

0 comments on commit b780ea9

Please sign in to comment.