Skip to content

Commit 38e100c

Browse files
committed
Fix PR actions
1 parent b3ddc2a commit 38e100c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
@echo 🔧 ENVIRONMENT SETUP
1515
make install-gmp
1616
python3 -m pip install -U pip
17-
pip3 install 'poetry==1.1.13'
17+
pip3 install 'poetry==1.8.3'
1818
poetry config virtualenvs.in-project true
1919
poetry install
2020
@echo 🚨 Be sure to add poetry to PATH
@@ -52,6 +52,7 @@ install-gmp-mac:
5252
install-gmp-linux:
5353
@echo 🐧 LINUX INSTALL
5454
ifeq ($(PKG_MGR), apt-get)
55+
sudo apt-get update
5556
sudo apt-get install libgmp-dev
5657
sudo apt-get install libmpfr-dev
5758
sudo apt-get install libmpc-dev

0 commit comments

Comments
 (0)