Skip to content

Commit 813c287

Browse files
committed
Revert "docs: add context around poetry check"
This reverts commit 2ae268c.
1 parent 2ae268c commit 813c287

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ runs:
5454
# Finding poetry
5555
# This will set an environment variable we can use to conditionally
5656
# 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.
6157
echo "POETRY_BIN=$(command -v poetry)" >> $GITHUB_ENV
6258
- name: Find python
6359
shell: bash

0 commit comments

Comments
 (0)