Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jan 22, 2024
1 parent 5260f2b commit 94248a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ runs:
echo "$RUNNER_TEMP/bin" >> $GITHUB_PATH
fi
fi
echo "python version: $(python3 -V)"
echo "version=$(python3 -V)" >> $GITHUB_OUTPUT
echo '##[endgroup]'
shell: bash
Expand Down Expand Up @@ -230,9 +231,11 @@ runs:
# create virtual environment
if [ "${{ steps.check-venv.outputs.venv }}" == "none" ]
then
echo "No venv package installed"
python3 -m pip install $PIP_OPTIONS virtualenv
python3 -m virtualenv enricomi-publish-action-venv
else
echo "Venv package installed: ${{ steps.check-venv.outputs.venv }}"
python3 -m "${{ steps.check-venv.outputs.venv }}" enricomi-publish-action-venv
fi
echo "venv installed:"
Expand Down

0 comments on commit 94248a1

Please sign in to comment.