Skip to content

Commit

Permalink
Fix poetry download link (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib authored Jun 5, 2023
1 parent 30970b2 commit 6282fd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ setup: poetry-download

.PHONY: poetry-download
poetry-download:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | $(PYTHON) -
curl -sSL https://install.python-poetry.org | $(PYTHON) -

.PHONY: poetry-remove
poetry-remove:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | $(PYTHON) - --uninstall
curl -sSL https://install.python-poetry.org | $(PYTHON) - --uninstall

#* Installation
.PHONY: install
install:
export
poetry install -n

.PHONY: pre-commit-install
Expand Down

0 comments on commit 6282fd1

Please sign in to comment.