Skip to content

Commit

Permalink
test python fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofou committed Mar 29, 2024
1 parent c156c25 commit f3abadf
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 @@ -49,7 +49,7 @@ pdf: epub

dependencies:
if [ "$(UNAME_S)" = "Darwin" ]; then \
$(PKG_MANAGER) install python@3.10 pandoc calibre || true; \
$(PKG_MANAGER) install python@3.12 pandoc calibre || true; \
else \
sudo apt update && sudo apt install -y python3-pip python3-venv pandoc calibre; \
fi
Expand Down

0 comments on commit f3abadf

Please sign in to comment.