linux install

This commit is contained in:
Alex Cheema
2025-01-23 01:40:59 +00:00
parent e57fa1dfa0
commit b2764f177f

View File

@@ -263,7 +263,8 @@ jobs:
- run:
name: Set up Python
command: |
brew install python@3.12
sudo apt-get update
sudo apt-get install -y python3.12
python3.12 -m venv env
source env/bin/activate
- run: