diff --git a/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh b/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh index 7061201..dbcdc95 100755 --- a/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh +++ b/.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh @@ -15,7 +15,7 @@ awk ' /^[[:space:]]*$/ { next } /^[[:space:]]*#/ { next } { gsub(/^[[:space:]]+|[[:space:]]+$/,"",$0); print tolower($0) } -' Data/Python/Allowed-Packages > .allowed_names +' Data/Python/${py_tag}/Allowed-Packages > .allowed_names IFS=',' read -ra NATIVE <<<"${ALLOW_SDIST_NATIVE:-}" @@ -65,4 +65,4 @@ pip freeze --exclude-editable > "$out_path" # Expose both basename (artifact name) and path (artifact file) echo "ARTIFACT_NAME=$out_basename" >> "$GITHUB_ENV" -echo "ARTIFACT_PATH=$out_path" >> "$GITHUB_ENV" \ No newline at end of file +echo "ARTIFACT_PATH=$out_path" >> "$GITHUB_ENV"