Skip to content

move the nightly env into its own file - #11481

Open
keewis wants to merge 3 commits into
pydata:mainfrom
keewis:separate-nightly
Open

move the nightly env into its own file#11481
keewis wants to merge 3 commits into
pydata:mainfrom
keewis:separate-nightly

Conversation

@keewis

@keewis keewis commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

This avoids having to build binary dependencies on e.g. RTD in order to lock the dependencies.

This won't actually do anything besides accelerating the locking, until we change the upstream-dev ci. For that we need to have parcels-code/pixi-lock support the manifest-path or working-directory options of setup-pixi (cc @VeckoTheGecko), and we also need to change the commands we use to run the tests. I may be able look into both this week.

Ultimately we're working around two restrictions in pixi with this:

  • conda dependencies are resolved first and cannot be changed when resolving pypi dependencies
  • source dependencies are built into wheels when locking to figure out dependencies, which means this always happens first, regardless of whether the environment is then actually used.

For reference, I saw @TomNicholas did something very similar for virtualizarr a couple of months ago, except that is using pip to modify the environment.

This avoids having to build binary dependencies on e.g. RTD in order to
lock the dependencies.
@github-actions github-actions Bot added the CI Continuous Integration tools label Jul 28, 2026
@github-actions github-actions Bot added the Automation Github bots, testing workflows, release automation label Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Automation Github bots, testing workflows, release automation CI Continuous Integration tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant