We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f10ad commit f17b52aCopy full SHA for f17b52a
setup-poetry/action.yml
@@ -59,8 +59,7 @@ runs:
59
- name: Install Poetry
60
if: steps.cache-poetry.outputs.cache-hit != 'true'
61
run: |
62
- ls -al "$pythonLocation"
63
- "$pythonLocation/python" -m venv "$POETRY_HOME"
+ python -m venv "$POETRY_HOME"
64
"$POETRY_HOME_BIN/python" -m pip install poetry==${{ inputs.poetry-version }}
65
mkdir -p "$POETRY_BIN_DIR"
66
ln -s "$POETRY_HOME_BIN/poetry"* "$POETRY_BIN_DIR/"
0 commit comments