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 1, 2024
1 parent 907e3be commit 882e10a
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 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 882e10a

Please sign in to comment.