Skip to content

Conversation

@santisoler
Copy link
Member

Change how we install packages to build docs in Actions: instead of gathering the dependencies from the requirements files, create a new environment file that used only for that purpose. This removes the need to rename some packages that have different names in PyPI and Conda (like build and python-build), and also allows us to have more control over pinned versions of some packages, specially if some new version broke something in our workflow.

Change how we install packages to build docs in Actions:
instead of gathering the dependencies from the requirements files,
create a new environment file that used only for that purpose.
This removes the need to rename some packages that have different names
in PyPI and Conda (like `build` and `python-build`), and also allows us
to have more control over pinned versions of some packages, specially if
some new version broke something in our workflow.
Move caching of packages before setting up Miniconda, following their
documentation on how to cache packages.
@santisoler santisoler merged commit 750321c into main Jan 6, 2026
19 of 20 checks passed
@santisoler santisoler deleted the environment-doc-actions branch January 6, 2026 23:57
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.

2 participants