pyiron / actions

A centralized location for our GitHub actions
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Make pip installation optional #121

Closed liamhuber closed 4 months ago

liamhuber commented 4 months ago

An extensions to cached-miniforge, so that when the pip-install of the local package is skipped entirely when inputs.local-code-directory == ''.

The motivation is to allow direct testing of the latest conda-forge release (rather than bleeding edge of main/specific PRs), e.g. as part of a cron job to make sure dependencies haven't gone sour on us.