pipeline testing fix
This commit is contained in:
parent
80d3b317ef
commit
95217dd2b7
8
.github/workflows/test-on-rpi.yml
vendored
8
.github/workflows/test-on-rpi.yml
vendored
@ -44,11 +44,11 @@ jobs:
|
||||
sudo apt-get update -y
|
||||
|
||||
# try support for python 3.12
|
||||
wget https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz
|
||||
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev -y
|
||||
tar -xzvf Python-3.12.2.tgz
|
||||
wget -q https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz
|
||||
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev cmake -y
|
||||
tar -xzf Python-3.12.2.tgz
|
||||
cd Python-3.12.2/
|
||||
./configure --enable-optimizations > /dev/null 2>&1
|
||||
./configure --enable-optimizations
|
||||
sudo make altinstall > /dev/null 2>&1
|
||||
sudo rm /usr/bin/python
|
||||
sudo ln -s /usr/local/bin/python3.12 /usr/bin/python
|
||||
|
@ -44,7 +44,7 @@ soupsieve==2.5
|
||||
todoist-api-python==2.1.3
|
||||
types-python-dateutil==2.8.19.20240106
|
||||
typing_extensions==4.9.0
|
||||
tzdata==2023.4
|
||||
tzdata==2024.1
|
||||
tzlocal==5.2
|
||||
urllib3==2.2.0
|
||||
virtualenv==20.25.0
|
||||
|
Loading…
Reference in New Issue
Block a user