Skip to content

Commit

Permalink
Fix bug in Makefile introduced in #270 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Jun 30, 2023
1 parent 0d85c7b commit 075a291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clean:
poetry run make -C docs clean

install:
poetry install --extras "docs"
poetry install --with="docs"

develop: install
poetry run pre-commit install
Expand Down

0 comments on commit 075a291

Please sign in to comment.