From 4e05b53c59c278cce000ca39c558e3348494b1d7 Mon Sep 17 00:00:00 2001 From: zRain <2296342883@qq.com> Date: Tue, 30 Jul 2024 14:31:21 +0800 Subject: [PATCH] fix: workflow --- .github/workflows/tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 8306fe8859d..9ed963dd488 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -16,8 +16,6 @@ jobs: uses: actions/setup-python@v5.1.1 with: python-version: '3.9' - cache: 'pip' - run: pip3 install distro - name: Setup java & maven uses: actions/setup-java@v4 with: @@ -28,6 +26,8 @@ jobs: uses: andstor/file-existence-action@v3.0.0 with: files: 'ambari-metrics' + - name: Install distro + run: pip3 install distro - name: Ambari Metrics Build (deps) if: steps.check_ambari_metrics.outputs.files_exists == 'true' working-directory: ambari-metrics