Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Jan 10, 2025
1 parent 4bdcbe6 commit 3753730
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
python -m pip install pip==20.0.2
python -m pip install wheel pytest
python -m pip install .[rcd]
# install for ht
sudo apt install openjdk-11-jre-headless
git clone https://github.com/salesforce/PyRCA.git
cd PyRCA; pip install -e .; cd ..
bash script/link.sh
- name: Test
Expand Down

0 comments on commit 3753730

Please sign in to comment.