You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new internal action setup-tuf-on-ci would then:
copy $ROOT/action-constraints.txt into a location within the workspace
setup python with caching using the copy of action-constraints.txt
install tuf-on-ci (now using cache)
The advantages would be:
caching is possible
changes (like python version upgrade) happen in a single place
The only possible issue I see is the cache being somehow poisoned (accidentally or no). Without hashes in action-constraints.txt I'm not sure I'd like to enable the caching
All actions (
actions/*/action.yml
) that use setup-python should usecache
andcache-dependency-path
keys.The correct paths are likely repo/pyproject.toml and repo/install/requirements.txt
The text was updated successfully, but these errors were encountered: