fix target file for dbt-common CI (#12258)

This commit is contained in:
Emily Rockman
2025-12-08 17:15:24 -05:00
committed by GitHub
parent df23f398a6
commit e46c37cf07

View File

@@ -5,7 +5,7 @@ set -e
repo=$1
ref=$2
target_req_file="dev-requirements.txt"
target_req_file="core/hatch.toml"
req_sed_pattern="s|${repo}.git@main|${repo}.git@${ref}|g"
if [[ "$OSTYPE" == darwin* ]]; then