Skip to content

Commit

Permalink
github/ci: re-generating makefile in python job
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jul 13, 2024
1 parent 529e9b8 commit 76ad2d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
python3 -m venv /tmp/liquid
source /tmp/liquid/bin/activate
pip install pybind11 numpy matplotlib
./bootstrap.sh
./configure
make -j 2
make -j 2 python
make check-python
make check-doc-bind-cc
make check-doc-python
Expand Down

0 comments on commit 76ad2d6

Please sign in to comment.