aIbrahiim commented on code in PR #39534:
URL: https://github.com/apache/beam/pull/39534#discussion_r3674572831


##########
.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:
   Yes I though I needed to add it because this job doesn’t use tox, should i 
remove it?



-- 
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]

Reply via email to