Skip to content

Commit

Permalink
Install from main again
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Sep 18, 2024
1 parent 1ac4791 commit bb46e8a
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 @@ -216,7 +216,7 @@ ci-install-wheel: dist FORCE
install-deps: FORCE ## install dependencies
pip install -e ".[dev,test]" --upgrade
ci-install-deps: FORCE
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git@html_not_str"
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git"
uv pip install -e ".[dev,test]"

install-docs: FORCE
Expand Down

0 comments on commit bb46e8a

Please sign in to comment.