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

Add CI system #5

Closed
wants to merge 1 commit into from
Closed

Add CI system #5

wants to merge 1 commit into from

Conversation

garrison
Copy link
Member

@garrison garrison commented Nov 14, 2024

This supersedes #4. Since it's from a branch inside the repo, we can test before we merge it.

It's a very basic CI system, that tests only that all dependencies can be installed simultaneously.

Test on all operating system and python version combinations

Don't test the notebooks; just see if we can get all dependencies to
install

The challenge A notebook requires a token, and the challenge B
notebook takes more than 5 minutes to run a cell on my notebook.
So, as a first step, let's just use CI to ensure that all dependencies
can be installed on all platforms successfully.

Make the tox environment do nothing

This way, it at least installs the deps

Drop python 3.9 as a supported version

```
INFO: pip is looking at multiple versions of qiskit-ibm-catalog to determine which version is compatible with other requirements. This could take a while.

The conflict is caused by:
    The user requested qiskit_serverless
    qiskit-ibm-catalog 0.0.0 depends on qiskit-serverless>=0.14.2
```
@garrison garrison mentioned this pull request Nov 14, 2024
@garrison garrison marked this pull request as ready for review November 14, 2024 16:47
@garrison garrison requested a review from HuangJunye November 14, 2024 16:47
@garrison garrison closed this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant