You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, new Q# projects added to samples get automatically picked up and compiled in CI, along with stand-alone Q# in certain folders. CI also runs most notebooks to confirm cells execute without error. But for samples like those added #1858 that include a stand-alone Python file nothing in CI runs the code to confirm we aren't breaking the Python scripts. We should have something that runs these files in CI so we don't accidentally introduce breaking changes for them.
The text was updated successfully, but these errors were encountered:
Right now, new Q# projects added to samples get automatically picked up and compiled in CI, along with stand-alone Q# in certain folders. CI also runs most notebooks to confirm cells execute without error. But for samples like those added #1858 that include a stand-alone Python file nothing in CI runs the code to confirm we aren't breaking the Python scripts. We should have something that runs these files in CI so we don't accidentally introduce breaking changes for them.
The text was updated successfully, but these errors were encountered: