Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Publish book
Browse files Browse the repository at this point in the history
  • Loading branch information
leolara committed Nov 18, 2023
1 parent 34e1716 commit 6d19083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ test:
./target/test_coverage/grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/test_coverage/tests.lcov

book:
python3 -m venv .env
. .env/bin/activate
pip install -r requirements.txt
maturin develop
pip install jupyter
python -m ipykernel install --user --name=chiquito_kernel
jupyter-book build book

.PHONY: precommit build test book

0 comments on commit 6d19083

Please sign in to comment.