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

Fix tox -e docs for macOS #1694

Merged
merged 3 commits into from
Mar 29, 2023
Merged

Conversation

Eric-Arellano
Copy link
Collaborator

Summary

tox -e docs now works on my M1.

Details and comments

We now say to install .[all] in two places: before installing the package itself when just installing deps, and then again when installing the package itself. Tox uses the same venv for both times, so that essentially results in a no-op in the second stage. This is similar to Qiskit/qiskit#9758.

@Eric-Arellano
Copy link
Collaborator Author

Bump

Copy link
Contributor

@HuangJunye HuangJunye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Eric-Arellano Eric-Arellano merged commit 2328636 into Qiskit:master Mar 29, 2023
@Eric-Arellano Eric-Arellano deleted the macos-build-docs branch March 29, 2023 19:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants