Skip to content

Commit

Permalink
XXX: Fix dependencies and compare script path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Feb 27, 2024
1 parent fbb2c00 commit 50715a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvm-ts-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
apt-get update
apt-get -y install clang
pip3 install lit pandas scipy tabulate
pip3 install lit pandas scipy tabulate psutil
- name: Clone test suite repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- name: Generate the results
run: |
python3 llvm-test-suite/vast_compare.py --columns vast-hl,vast-llvm,vast-bin --files resultshl.json,resultsllvm.json,results.json
python3 llvm-test-suite/utils/vast_compare.py --columns vast-hl,vast-llvm,vast-bin --files resultshl.json,resultsllvm.json,results.json
- name: Post results as artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 50715a4

Please sign in to comment.