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

Install from `requirements[-dev].txt` in GitHub Action #2

Closed caleb-johnson closed 2 years ago

caleb-johnson commented 2 years ago

I think it makes sense to install directly from the requirements files in CI/CD, to make sure they do not go out of date.

I've also added a pip freeze command so we can easily see which package versions were used for a given CI run.