Skip to content

Commit

Permalink
docs: add context around poetry check
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Oct 23, 2023
1 parent 7566816 commit 2ae268c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ runs:
# Finding poetry
# This will set an environment variable we can use to conditionally
# install poetry.
# if poetry is installed we want to make sure it uses the right python
# version in case there are multiple python versions. This is
# particularly important for repositories that do not use the same
# python version as the default python version installed on the runners.
echo "POETRY_BIN=$(command -v poetry)" >> $GITHUB_ENV
- name: Find python
shell: bash
Expand Down

0 comments on commit 2ae268c

Please sign in to comment.