SCECcode / pycsep

Tools to help earthquake forecast model developers build and evaluate their forecasts
https://docs.cseptesting.org
BSD 3-Clause "New" or "Revised" License
47 stars 22 forks source link

use mamba for release ci/cd on pypi pipeline #234

Closed wsavran closed 8 months ago

wsavran commented 1 year ago

this is a 2 parter:

  1. we should use mamba for the publish-pypi.yml pipeline
  2. we need to update the documentation to reflect that users will need to manually install the documentation packages. the best way to do this is probably to create a requirements_docs.yml and let them know they need to use that to install the sphinx dependencies.
pabloitu commented 10 months ago