add comment

This commit is contained in:
Chester Curme 2024-09-28 14:51:18 -04:00
parent 233d9d3512
commit 0868fd4fce

View File

@ -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.