Qiskit-Extensions / qiskit-ibm-experiment

Allows accessing the IBM Quantum experiment database.
https://qiskit-extensions.github.io/qiskit-ibm-experiment
Apache License 2.0
10 stars 16 forks source link

Drop Python 3.7 support and stabilize CI #63

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Summary

CI is broken for a few reasons:

This PR fixes those problems to get back to a green CI run. It removes Python 3.7 support, given that it is End Of Life in one month.

It also removes layout.html. We should not be overriding that and should instead use what is provided by qiskit_sphinx_theme.

Details and comments

It also turns off CI for forks. CI will already run on this repo, so it is a waste of computing resources to also run on the fork.