This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/damccorm-patch-1 by this push:
     new 87893478894 Disable on setup-environment as well
87893478894 is described below

commit 87893478894760aeab74526e2c13ce64127be0e2
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Jul 2 13:25:17 2024 +0200

    Disable on setup-environment as well
---
 .github/workflows/update_python_dependencies.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/update_python_dependencies.yml 
b/.github/workflows/update_python_dependencies.yml
index 8c539b419c9..a91aff39f29 100644
--- a/.github/workflows/update_python_dependencies.yml
+++ b/.github/workflows/update_python_dependencies.yml
@@ -63,6 +63,8 @@ jobs:
             3.12
           java-version: default
           go-version: default
+          disable-cache: true
+          
       - name: Update Python Dependencies
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:

Reply via email to