Skip to content

Commit

Permalink
[TEST] Add installing HTA in the end_to_end_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoongunPark committed May 10, 2024
1 parent f3aa0e6 commit 742abd4
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 742abd4

Please sign in to comment.