From d923d95d67d0e041435b59f1f73c73cd4048a670 Mon Sep 17 00:00:00 2001 From: Valentyn Tymofieiev Date: Wed, 15 May 2024 12:55:51 -0700 Subject: [PATCH] Install Beam from wheels in Dependency Compat Test Suite. --- .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 a7bf530fb448..0e7f39133522 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()