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

Re-enable the development version tests #25

Closed garrison closed 1 year ago

garrison commented 2 years ago

The development version tests have been failing for reasons I don't entirely understand. The workflow successfully installs the development versions of qiskit-machine-learning and qiskit-aer, but installs the latest stable version of qiskit-terra for some reason, which is currently not compatible. See e.g. the output at https://github.com/qiskit-community/quantum-kernel-training/runs/5416620484.

I've disabled this workflow on main in 90f5a4b859eaef47fdcf4386e8ad453f624e9386 and opened this PR as a draft which starts by reverting that commit so that I can hopefully get to the bottom of it.