Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add infrastructure for validating stand-alone Python files in samples #1859

Open
swernli opened this issue Aug 19, 2024 · 0 comments
Open

Add infrastructure for validating stand-alone Python files in samples #1859

swernli opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request samples

Comments

@swernli
Copy link
Collaborator

swernli commented Aug 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request samples
Projects
None yet
Development

No branches or pull requests

2 participants