From e9426d6c03cbd8e7d1fb8cc8d1b8ec25e85abd66 Mon Sep 17 00:00:00 2001 From: Endercheif <45527309+Endercheif@users.noreply.github.com> Date: Wed, 14 Dec 2022 17:42:55 -0800 Subject: [PATCH] fix: pip install from github --- packages/samarium/0.3.1/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/samarium/0.3.1/build.sh b/packages/samarium/0.3.1/build.sh index cf666a9..ca0240c 100755 --- a/packages/samarium/0.3.1/build.sh +++ b/packages/samarium/0.3.1/build.sh @@ -1,3 +1,3 @@ #!/bin/bash source ../../python/3.10.0/build.sh -python3 -m pip install samarium==0.3.1 +python3 -m pip install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip