Skip to content

Commit cf3af36

Browse files
authored
Ci fix 2 (#284)
1 parent 80c7a80 commit cf3af36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.changeset/fix_changelogs.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ ${current_changelog.replace(`# ${pkg_name}`, "").trim()}
105105
if (!python) continue;
106106

107107
const requirements_path = join(dir, "..", "requirements.txt");
108+
109+
if (!existsSync(requirements_path)) continue;
108110
const requirements = readFileSync(requirements_path, "utf-8").split("\n");
109111

110112
const pkg_index = requirements.findIndex((line) => {

0 commit comments

Comments
 (0)