Skip to content

Commit

Permalink
Try to debug CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 18, 2024
1 parent bb68b1a commit 9881b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def run_setup(modnames, pl_name, pdfium_ver):
# ignore dirty state due to craft_packages::tmp_ctypesgen_pin()
if int(os.environ.get("SDIST_IGNORE_DIRTY", 0)):
status = run_cmd(["git", "status", "--porcelain"], capture=True, cwd=ProjectDir).strip()
print(status, file=sys.stderr)
assert status == "M pyproject.toml"
helpers_info["dirty"] = False
else:
Expand Down

0 comments on commit 9881b1b

Please sign in to comment.