File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/setup-python@v2
1515 with :
1616 python-version : ${{ matrix.python-version }}
17- - name : Install dependencies
17+ - name : Install Boost Python
1818 env :
1919 python_version : ${{ matrix.python-version }}
2020 boost_version : " 1.79.0"
@@ -32,11 +32,15 @@ jobs:
3232 cd ${{ github.workspace }}
3333
3434 sudo ln -s "/usr/local/lib/libboost_python${python_version_abbr}.a" "/usr/local/lib/libboost_python.a"
35+ - name : Install dependencies
36+ run : |
3537 pip install pytest
3638 pip install Pillow
3739 pip install kiwisolver
3840 pip install gensim
3941 pip install lxml
42+ - name : Build and install easygraph
43+ run : |
4044 python setup.py build_ext -l boost_python -L "/usr/local/lib" -I "/usr/local/include"
4145 python setup.py install
4246 - name : Test with pytest
You can’t perform that action at this time.
0 commit comments