Skip to content

Commit

Permalink
Pull in latest version of run-script-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Jan 10, 2025
1 parent 9a0c044 commit 9e4207c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .run/commands/pythonversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
command_pythonversion() {
if [ "$1" == "--short" ]; then
echo "============================================================"
echo "Execution environment: $(poetry run python3 --version)"
echo "Execution environment: $(poetry run python --version)"
echo "============================================================"
echo ""
else
echo "============================================================"
echo "Execution environment: $(poetry run python3 --version)"
echo "Execution environment: $(poetry run python --version)"
echo "============================================================"
poetry env info
echo ""
Expand Down

0 comments on commit 9e4207c

Please sign in to comment.