|
@@ -36,9 +36,7 @@ jobs:
|
|
run: bash ./build/build_arm64.sh
|
|
run: bash ./build/build_arm64.sh
|
|
|
|
|
|
- name: Setup Python3.10
|
|
- name: Setup Python3.10
|
|
- uses: actions/setup-python@v2
|
|
|
|
- with:
|
|
|
|
- python-version: '3.10.11'
|
|
|
|
|
|
+ run: sudo apt-get install -y python3.10 python3-pip
|
|
|
|
|
|
- name: Install Python dependencies
|
|
- name: Install Python dependencies
|
|
run: pip install httpx requests jinja2
|
|
run: pip install httpx requests jinja2
|