Skip to content

Commit

Permalink
add openblas to the required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Aug 12, 2024
1 parent ae5d7d4 commit 5be8a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install System Packages
run: sudo apt install -y libboost-dev libeigen3-dev
run: sudo apt install -y libboost-dev libeigen3-dev libopenblas-dev

- name: Install Python Packages
run: pip install typing-extensions
Expand Down

0 comments on commit 5be8a53

Please sign in to comment.