We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae268c commit 813c287Copy full SHA for 813c287
action.yaml
@@ -54,10 +54,6 @@ runs:
54
# Finding poetry
55
# This will set an environment variable we can use to conditionally
56
# install poetry.
57
- # if poetry is installed we want to make sure it uses the right python
58
- # version in case there are multiple python versions. This is
59
- # particularly important for repositories that do not use the same
60
- # python version as the default python version installed on the runners.
61
echo "POETRY_BIN=$(command -v poetry)" >> $GITHUB_ENV
62
- name: Find python
63
shell: bash
0 commit comments