Skip to content

Commit

Permalink
refactor: remove environment.yml and install poetry using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-cui committed Oct 11, 2023
1 parent ecca137 commit 457cbfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
PYTHON := python3
PYTHONPATH := `pwd`
#* Poetry
.PHONY: poetry-download
poetry-download:
curl -sSL https://install.python-poetry.org/ | $(PYTHON) -
.PHONY: poetry-install
poetry-install:
pip install "poetry>=1.0.0,<1.6.0"

.PHONY: poetry-remove
poetry-remove:
curl -sSL https://install.python-poetry.org/ | $(PYTHON) - --uninstall
pip uninstall poetry

#* Installation
.PHONY: install
Expand Down
7 changes: 0 additions & 7 deletions environment.yml

This file was deleted.

0 comments on commit 457cbfd

Please sign in to comment.