Skip to content

Commit 7ba88ad

Browse files
authored
Install poetry-plugin-export explicitly in the poetry action (#60)
1 parent ed5ff6f commit 7ba88ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install_poetry/install_poetry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ fi;
6565

6666
if [[ "$(echo "$EXPORT_REQUIREMENTS" | tr '[:upper:]' '[:lower:]')" == "true" ]]; then
6767
REQUIREMENTS_ABSOLUTE_PATH="$PWD/$REQUIREMENTS_PATH"
68+
poetry self add poetry-plugin-export
6869
# shellcheck disable=SC2086
6970
poetry export -f requirements.txt --output "$REQUIREMENTS_ABSOLUTE_PATH" --without-hashes $EXPORT_ADDITIONAL_OPTIONS
7071
echo "requirements exported to $REQUIREMENTS_ABSOLUTE_PATH"

0 commit comments

Comments
 (0)