File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : |
2525 sudo add-apt-repository ppa:deadsnakes/ppa -y
2626 sudo apt update
27- sudo apt install python3.11 python3.11-venv python3.11 -pip
27+ sudo apt install python3.11 python3.11-venv python3-pip
2828 - name : Build and deploy to Firebase
2929 uses : w9jds/firebase-action@v13.18.0
3030 with :
Original file line number Diff line number Diff line change 1414 },
1515 {
1616 "predeploy" : [
17- " python3 -m venv llm/venv" ,
17+ " python3.11 -m venv llm/venv" ,
1818 " . llm/venv/bin/activate" ,
19- " pip3 install -r llm/requirements.txt"
19+ " python3.11 -m pip install -r llm/requirements.txt"
2020 ],
2121 "source" : " llm" ,
2222 "codebase" : " maple-llm" ,
Original file line number Diff line number Diff line change 1313 },
1414 {
1515 "predeploy" : [
16- " python3 -m venv llm/venv" ,
16+ " python3.11 -m venv llm/venv" ,
1717 " . llm/venv/bin/activate" ,
18- " pip3 install -r llm/requirements.txt"
18+ " python3.11 -m pip install -r llm/requirements.txt"
1919 ],
2020 "source" : " llm" ,
2121 "codebase" : " maple-llm" ,
You can’t perform that action at this time.
0 commit comments