Skip to content

Commit

Permalink
pipeline debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed May 18, 2024
1 parent e3e8f22 commit fc6b506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/PyCDE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def run(self):
if "RUN_TESTS" in os.environ and os.environ["RUN_TESTS"] != "false":
# The pycde integration tests test both PyCDE and the ESIRuntime so
# failure shouldn't gate publishing PyCDE.
targets.append("check-pycde-integration")
# targets.append("check-pycde-integration")
targets.append("check-circt")
subprocess.check_call([
"cmake",
Expand Down

0 comments on commit fc6b506

Please sign in to comment.