Skip to content

Commit

Permalink
tools: pin hecat version at 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 24, 2023
1 parent a6c2697 commit fd86166
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 @@ -8,7 +8,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/hecat.git@master 'sphinx<7'
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.0.0 'sphinx<7'

.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install
Expand Down

0 comments on commit fd86166

Please sign in to comment.