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.
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.