Skip to content

Commit

Permalink
Revert "cat the venv cript being run"
Browse files Browse the repository at this point in the history
This was a temporary change to see how github CI was sourcing
`set-up-python-venv.sh`.

This reverts commit b775a65.
  • Loading branch information
zimmermatt committed Jan 26, 2024
1 parent b775a65 commit 7bbd7e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions set-up-python-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ if [ "${DEBUG}" = "true" ]; then
echo is being sourced = \"${IS_BEING_SOURCED}\"
echo '~~~~~~~~~~~~~'
echo
cat $0
echo
echo '~~~~~~~~~~~~~'
echo
fi

if [ "${FORCE_RUN}" = "false" ] && [ "${IS_BEING_SOURCED}" = "false" ]; then
Expand Down

0 comments on commit 7bbd7e8

Please sign in to comment.