Skip to content

Commit

Permalink
Explicitly run setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Feb 25, 2024
1 parent b99fff6 commit c3000e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
find ${{steps.install-boost.outputs.BOOST_ROOT}}/lib | sort | grep python
CPPFLAGS="-coverage -I${{steps.install-boost.outputs.BOOST_ROOT}}/include" \
LDFLAGS="-L${{steps.install-boost.outputs.BOOST_ROOT}}/lib" \
pip install -e .
python setup.py develop
env:
LD_LIBRARY_PATH: ${{steps.install-boost.outputs.BOOST_ROOT}}/lib
- name: Test with pytest
Expand Down

0 comments on commit c3000e2

Please sign in to comment.