PennyLaneAI / plugin-test-matrix

Scheduled integration tests for the official plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider removing compile.py

trbromley opened this issue · comments

The compile.py file is recommended to be run in the README to create the workflows to be run.

However, we have also regularly updated workflow files directly without using compile.py (?). Hence, compile.py is likely outdated and may also risk overwriting some of our changes if we run it now.

just realized this issue exists 😅 I just merged #38 which fixed those workflow files to work with compile.py, AND I added a github action that makes PRs fail if devs try to do something sneaky without compile.py to avoid this drift in the future