Skip to content

Commit

Permalink
Add HTA installation step in end_to_end_tests workflow
Browse files Browse the repository at this point in the history
Co-authored-by: Joongun Park <[email protected]>
  • Loading branch information
JoongunPark authored and TaekyungHeo committed Jul 3, 2024
1 parent b758aab commit eff2dc6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/end_to_end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
sed -i '/param_bench/d' pyproject.toml
pip install .
- name: Install HTA
run: |
git clone https://github.com/facebookresearch/HolisticTraceAnalysis.git
cd HolisticTraceAnalysis
git checkout d731cc2e2249976c97129d409a83bd53d93051f6
git submodule update --init
pip install -r requirements.txt
pip install -e .
- name: Test chakra_trace_link Without Arguments
run: |
chakra_trace_link || [ $? -eq 2 ]
Expand Down

0 comments on commit eff2dc6

Please sign in to comment.