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 <8554137+JoongunPark@users.noreply.github.com>
  • Loading branch information
JoongunPark authored and TaekyungHeo committed Jun 27, 2024
1 parent 5db2b05 commit 0eae1ab
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 @@ -26,6 +26,15 @@ jobs:
git checkout c83ce8429110a86549c40fec5a01acbd9fbd54a4
pip install .
- name: Install HTA
run: |
git clone https://github.com/facebookresearch/HolisticTraceAnalysis.git
cd HolisticTraceAnalysis
git checkout 5c7898abbc52a1d4051ef6c93365477feb6c08a8
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 0eae1ab

Please sign in to comment.