Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate updating requirements for notebook testing #920

Closed
Tracked by #133 ...
Eric-Arellano opened this issue Feb 28, 2024 · 0 comments · Fixed by #1364
Closed
Tracked by #133 ...

Automate updating requirements for notebook testing #920

Eric-Arellano opened this issue Feb 28, 2024 · 0 comments · Fixed by #1364

Comments

@Eric-Arellano
Copy link
Collaborator

Basically: set up dependabot for https://github.com/Qiskit/documentation/blob/main/scripts/nb-tester/requirements.txt. We want to always make sure we are testing the latest stable release of the docs.

Per #133, we should also test other versions of Qiskit when relevant, e.g. Qiskit 1.0 if the latest has been set to 2.0. But that can be a separate configuration.

--

If dependabot is not viable, then we could consider unpinning the versions in requirements.txt, but this is not desirable because it makes our CI undeterministic. It's far better to only change the requirement via a dedicated PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant