From 0868fd4fce632cf6181d5dece0727982a84ce658 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Sat, 28 Sep 2024 14:51:18 -0400 Subject: [PATCH] add comment --- .github/actions/poetry_setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/poetry_setup/action.yml b/.github/actions/poetry_setup/action.yml index d15ec957844..729edc210bb 100644 --- a/.github/actions/poetry_setup/action.yml +++ b/.github/actions/poetry_setup/action.yml @@ -55,6 +55,7 @@ runs: # Refresh the shell hashtable, to ensure correct `which` output. hash -r + # Extract the major.minor version of python PYTHON_MAJOR_MINOR=$(echo "$PYTHON_VERSION" | sed -E 's/^([0-9]+\.[0-9]+).*/\1/') # `actions/cache@v3` doesn't always seem able to correctly unpack softlinks.