linux install

This commit is contained in:
Alex Cheema
2025-01-23 01:44:57 +00:00
parent 200ff4d713
commit dfd9d3eb48

View File

@@ -266,7 +266,7 @@ jobs:
sudo apt-get update
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python3.12
sudo apt-get install -y python3.12 python3.12-venv
python3.12 -m venv env
source env/bin/activate
- run: