damccorm commented on code in PR #39534:
URL: https://github.com/apache/beam/pull/39534#discussion_r3674691786
##########
.github/workflows/update_python_dependencies.yml:
##########
@@ -69,6 +69,10 @@ jobs:
java-version: default
go-version: default
disable-cache: true
+ # generatePythonRequirementsAll does not use tox; also avoids
+ # actions/cache failing when multiline python-version expands into
+ # more than 10 restore-keys (limit since 3.14 was added).
+ tox-cache: false
Review Comment:
That's fine - we can keep it false, lets just update the comment to not
mention the multiline python-version issue
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]