andgoldschmidt / derivative

Optimal numerical differentiation of noisy time series data in python.
https://derivative.readthedocs.io/en/latest/
Other
56 stars 8 forks source link

CI: In doc build, install poetry if no cache hit #45

Closed Jacob-Stevens-Haas closed 4 months ago

Jacob-Stevens-Haas commented 4 months ago

push-test.yml has a step to install poetry if no cached environment exists. pull-docs.yml does not, and so the poetry command to install dependencies was giving poetry: command not found and killing the workflow. Previous workflow successes all loaded the cached poetry installation. I don't know where the cache entry was added, but it must have expired at some point in the last month.

This adds the install poetry step to pull-docs.yml

Jacob-Stevens-Haas commented 4 months ago

Re-pushing commit to test against new master branch