File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
.github/actions/python-environment Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,19 @@ runs:
5050 echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bashrc"
5151 echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.profile"
5252 echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bash_profile"
53+
54+ echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
5355 env :
5456 PYTHON_BINARY : " python${{ inputs.python-version }}"
5557
5658 - name : Find Poetry environment path
5759 id : poetry-env-path
5860 shell : bash
5961 run : |
62+ echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 2
63+ cat "$HOME/.bashrc"
64+ echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 3
65+
6066 POETRY_ENV_PATH=$(poetry config virtualenvs.path)
6167 echo "POETRY_ENV_PATH=$POETRY_ENV_PATH" >> $GITHUB_OUTPUT
6268
You can’t perform that action at this time.
0 commit comments