fix: install samarium from `python3.10`

This commit is contained in:
Endercheif 2022-12-18 20:47:44 -08:00 committed by GitHub
parent e9426d6c03
commit 9de88e2f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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