-
Notifications
You must be signed in to change notification settings - Fork 118
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
QCQMC Part 2 #343
QCQMC Part 2 #343
Conversation
Depends on #342 |
@wjhuggins, PTAL at the very minimal README / suggest something more to say. It's not really clear from a cursory scan of the code if there's a useful minimal example to show some useful features of the library. |
@mpharrigan PTAL |
@mpharrigan PTAL I migrated it to a top level third_party folder and added a note in the README about the separate installation. |
cc @dstrain115 we decided adding the dependency to third_party was probably the best solution |
I do not have permission to merge this myself. |
- name: Test third_party | ||
run: | | ||
pip install pytest | ||
pytest third_party/quaff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can probably remove this in a following PR when we have tests that exercise the quaff code path. We don't usually run tests for external packages
Adds the quaff dependency. Quite a big commit.