Skip to content

Commit b6d14bf

Browse files
committed
fix: numpy installation for ci unittest
1 parent d60b665 commit b6d14bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
libomp-dev \
2727
libgflags-dev \
2828
python3-dev
29-
pip install pybind11 pytest
29+
pip install pybind11 pytest numpy
3030
3131
- name: Set up Python
3232
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)