qiskit-community / prototype-quantum-kernel-training

Toolkit for training quantum kernels in machine learning applications
https://arxiv.org/abs/2105.03406
Apache License 2.0
39 stars 12 forks source link

Use tox instead of make and improve github actions workflow #8

Closed caleb-johnson closed 2 years ago

caleb-johnson commented 2 years ago

QKT currently uses a Makefile to control testing of the repo. To come in line with other prototypes, we should use tox. This will also make CI/CD integration more straightforward.

caleb-johnson commented 2 years ago

Resolved by #29