theupdateframework / specification

The Update Framework specification
https://theupdateframework.github.io/specification/
Other
368 stars 54 forks source link

Clone repository before setting up Python #250

Closed joshuagl closed 1 year ago

joshuagl commented 1 year ago

Since 70f167f the setup-python action restores a cache based on the fingerprint of requirements.txt, therefore we must ensure a copy of that file exists before we setup Python. This order of events requires the first action to be checkout to clone the repository.

Signed-off-by: Joshua Lock jlock@vmware.com