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

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 084f23b2a8d Install Beam from wheels in Dependency Compat Test Suite. 
(#31308)
084f23b2a8d is described below

commit 084f23b2a8d254ff0419a7874ab601e1dc364745
Author: tvalentyn <[email protected]>
AuthorDate: Thu May 16 08:19:43 2024 -0700

    Install Beam from wheels in Dependency Compat Test Suite. (#31308)
---
 .github/workflows/beam_PostCommit_Python_Dependency.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/beam_PostCommit_Python_Dependency.yml 
b/.github/workflows/beam_PostCommit_Python_Dependency.yml
index a7bf530fb44..0e7f3913352 100644
--- a/.github/workflows/beam_PostCommit_Python_Dependency.yml
+++ b/.github/workflows/beam_PostCommit_Python_Dependency.yml
@@ -82,6 +82,7 @@ jobs:
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
           gradle-command: :sdks:python:test-suites:tox:py38:postCommitPyDep
+          arguments: -PuseWheelDistribution
       - name: Archive Python Test Results
         uses: actions/upload-artifact@v4
         if: failure()

Reply via email to