Skip to content

Commit

Permalink
bugfix: install pythong dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
songweijia authored Mar 29, 2024
1 parent e0004d5 commit cbd2b18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
sudo apt update;
sudo apt install libssl-dev librdmacm-dev libibverbs-dev libspdlog-dev -y;
sudo apt install libboost-all-dev ragel python3.10 python3-pip -y
- run: pip3 install pybind11
- run: g++ --version
- run: cmake --version
- run: lscpu
Expand Down Expand Up @@ -61,6 +60,9 @@ jobs:
run: ${{github.workspace}}/cascade/scripts/prerequisites/install-hyperscan.sh ${{github.workspace}}/opt
- name: Install libwsong
run: ${{github.workspace}}/cascade/scripts/prerequisites/install-libwsong.sh ${{github.workspace}}/opt
- name: Install python dependencies
run: pip3 install -r ${{github.workspace}}/cascade/src/service/python/requirements.txt
run: pip3 install -r ${{github.workspace}}/cascade/src/udl_zoo/python/requirements.txt
- run: mkdir ${{github.workspace}}/cascade/build-Release
- name: Build Cascade
run: >
Expand Down

0 comments on commit cbd2b18

Please sign in to comment.