Skip to content

Commit

Permalink
Update Release Workflow for poetry issues (#374)
Browse files Browse the repository at this point in the history
* only use poetry

* Revert "only use poetry"

This reverts commit 48d4d96.

* update poetry

* remove unnecessary lines
  • Loading branch information
AddressXception authored May 25, 2021
1 parent 46b7a8c commit 9e11da3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ all: environment install build validate auto-lint coverage
environment:
@echo 🔧 ENVIRONMENT SETUP
make install-gmp
#make install-poetry
#make install-mkdocs
pip install 'poetry==1.0.10'
pip install 'poetry==1.1.6'
poetry install
@echo 🚨 Be sure to add poetry to PATH

Expand Down

0 comments on commit 9e11da3

Please sign in to comment.