fix: install samarium from `python3.10`
This commit is contained in:
parent
e9426d6c03
commit
9de88e2f6c
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
source ../../python/3.10.0/build.sh
|
||||
python3 -m pip install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip
|
||||
python3.10 -m pip install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip
|
||||
|
|
Loading…
Reference in New Issue