This commit is contained in:
Jesse Bannon 2023-02-23 18:41:06 -08:00
parent 5cf866ff24
commit 4d3f3debad

View file

@ -129,7 +129,7 @@ jobs:
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
tar -xf Python-3.10.10.tar.xz
cd Python-3.10.10 && ./configure --with-ensurepip=install --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
make -j 1
make -j 8
make altinstall
python3.10 --version
python3.10 -m pip install -e .