Skip to content

Commit

Permalink
Fix requirements file name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jul 8, 2024
1 parent 137c17a commit b6cb634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ python-book: ## Build the Python version of the book
python-book: ninja-config
cd $(SOURCE_DIR) && ninja python-book

python-book-jl: python-book
python-book-jl: python-book
# Jupyter-lite files for book build.
$(PIP_INSTALL_CMD) -r py-jl-requirements.txt
$(PYTHON) -m jupyter lite build --contents $(PYTHON_BOOK_DIR)/notebooks --output-dir $(PYTHON_BOOK_DIR)/jupyterlite

Expand Down
File renamed without changes.

0 comments on commit b6cb634

Please sign in to comment.