Skip to content

Commit 9e11da3

Browse files
Update Release Workflow for poetry issues (#374)
* only use poetry * Revert "only use poetry" This reverts commit 48d4d96. * update poetry * remove unnecessary lines
1 parent 46b7a8c commit 9e11da3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ all: environment install build validate auto-lint coverage
1111
environment:
1212
@echo 🔧 ENVIRONMENT SETUP
1313
make install-gmp
14-
#make install-poetry
15-
#make install-mkdocs
16-
pip install 'poetry==1.0.10'
14+
pip install 'poetry==1.1.6'
1715
poetry install
1816
@echo 🚨 Be sure to add poetry to PATH
1917

0 commit comments

Comments
 (0)