This commit is contained in:
Dmitry 2025-11-21 00:55:20 +03:00
parent 857e21715d
commit 5b3ff5b50e
2 changed files with 9 additions and 10 deletions

View file

@ -23,15 +23,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install jq
- name: Set up Python and dependencies
run: |
apt-get update -qq
apt-get install -y -qq jq
apt-get install -y -qq python3 python3-pip python3-venv jq
python3 --version
pip3 --version
- name: Set up Flutter (for web_v2)
if: inputs.component == 'web_v2'

View file

@ -24,9 +24,11 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
run: |
apt-get update -qq
apt-get install -y -qq python3 python3-pip python3-venv
python3 --version
pip3 --version
- name: Install Cursor CLI
run: |