mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 00:47:27 +00:00
add comment
This commit is contained in:
parent
233d9d3512
commit
0868fd4fce
1
.github/actions/poetry_setup/action.yml
vendored
1
.github/actions/poetry_setup/action.yml
vendored
@ -55,6 +55,7 @@ runs:
|
|||||||
# Refresh the shell hashtable, to ensure correct `which` output.
|
# Refresh the shell hashtable, to ensure correct `which` output.
|
||||||
hash -r
|
hash -r
|
||||||
|
|
||||||
|
# Extract the major.minor version of python
|
||||||
PYTHON_MAJOR_MINOR=$(echo "$PYTHON_VERSION" | sed -E 's/^([0-9]+\.[0-9]+).*/\1/')
|
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.
|
# `actions/cache@v3` doesn't always seem able to correctly unpack softlinks.
|
||||||
|
Loading…
Reference in New Issue
Block a user