Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zRains committed Jul 30, 2024
1 parent c02dfce commit 4e05b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
uses: actions/[email protected]
with:
python-version: '3.9'
cache: 'pip'
run: pip3 install distro
- name: Setup java & maven
uses: actions/setup-java@v4
with:
Expand All @@ -28,6 +26,8 @@ jobs:
uses: andstor/[email protected]
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
Expand Down

0 comments on commit 4e05b53

Please sign in to comment.