When a change is made to /mitiq/interface/conversions.py testing will fail (and likely applies to any change where tests are separate from the code, i.e. code tested in /mitiq/tests/).
How to Reproduce
See the draft PR workflow runs from #1850.
Suggested Solution
We should make sure to ignore pyquil tests, and in draft PRs may want to either ignore the /mitiq/tests/ directory, or run it by default.
Issue Description
When a change is made to
/mitiq/interface/conversions.py
testing will fail (and likely applies to any change where tests are separate from the code, i.e. code tested in/mitiq/tests/
).How to Reproduce
See the draft PR workflow runs from #1850.
Suggested Solution
We should make sure to ignore pyquil tests, and in draft PRs may want to either ignore the
/mitiq/tests/
directory, or run it by default.