Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Use Aer from release for 3.9 test jobs #553

Merged

Conversation

mtreinish
Copy link
Collaborator

Summary

In #505 we added jobs for Python 3.9, but because there was no released
Aer version that supported 3.9 yet to run tests we had to rely on
building aer from source in test jobs to test that things worked as
expected in CI. Now that Aer 0.7.3 has been released this included
support for python 3.9, so we now don't need to rely on building aer
from source in CI. This commit removes the job configuration to build
Aer from source in the 3.9 jobs (both in the tox configuration and
github actions config).

Details and comments

In qiskit-community#505 we added jobs for Python 3.9, but because there was no released
Aer version that supported 3.9 yet to run tests we had to rely on
building aer from source in test jobs to test that things worked as
expected in CI. Now that Aer 0.7.3 has been released this included
support for python 3.9, so we now don't need to rely on building aer
from source in CI. This commit removes the job configuration to build
Aer from source in the 3.9 jobs (both in the tox configuration and
github actions config).
@chriseclectic chriseclectic merged commit 9fd0edc into qiskit-community:master Feb 8, 2021
@mtreinish mtreinish deleted the stop-aer-from-source-39 branch February 8, 2021 15:39
mtreinish added a commit to mtreinish/qiskit-ignis that referenced this pull request Feb 8, 2021
* Use Aer from release for 3.9 test jobs

In qiskit-community#505 we added jobs for Python 3.9, but because there was no released
Aer version that supported 3.9 yet to run tests we had to rely on
building aer from source in test jobs to test that things worked as
expected in CI. Now that Aer 0.7.3 has been released this included
support for python 3.9, so we now don't need to rely on building aer
from source in CI. This commit removes the job configuration to build
Aer from source in the 3.9 jobs (both in the tox configuration and
github actions config).

* Remove unecessary macOS job definition branch for 3.9

(cherry picked from commit 9fd0edc)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants