Skip to content

Commit

Permalink
Merge pull request #53 from PennyLaneAI/rc/lightning
Browse files Browse the repository at this point in the history
Add lightning-latest-rc.yml
  • Loading branch information
mudit2812 authored Oct 25, 2023
2 parents 0cc6335 + d753a98 commit e07c6f9
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 5 deletions.
78 changes: 78 additions & 0 deletions .github/workflows/lightning-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,10 @@ def render_templates():
)

# PennyLane release candidate tests
for i in wf["which"]:
with open(f".github/workflows/{wf['plugin']}-latest-rc.yml", "w") as f:
f.write(
render_from_template("workflow-template-release-candidate.yml", latest=True, **wf)
)
with open(f".github/workflows/{wf['plugin']}-latest-rc.yml", "w") as f:
f.write(
render_from_template("workflow-template-release-candidate.yml", latest=True, **wf)
)


if __name__ == "__main__":
Expand Down

0 comments on commit e07c6f9

Please sign in to comment.