Skip to content

Commit

Permalink
Updated sam_build.sh to not include hashes for the purpose of version…
Browse files Browse the repository at this point in the history
… control dependencies (#9)
  • Loading branch information
mikedorfman authored Feb 3, 2025
1 parent 7f9c32a commit aee900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -f "${REQUIREMENTS_FILE}" ]; then
echo "No requirements file found, generating one..."
cd "${PROJECT_DIR}"
poetry self add poetry-plugin-export
poetry export -f requirements.txt --output "${REQUIREMENTS_FILE}"
poetry export --without-hashes -f requirements.txt --output "${REQUIREMENTS_FILE}"
cd -
fi

Expand Down

0 comments on commit aee900e

Please sign in to comment.