1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-10 15:19:18 +03:00

ci: test Ubuntu AArch64

This commit is contained in:
louistiti 2022-10-15 23:36:34 +08:00
parent 9aaa3d740d
commit 46a8bc61ea
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -94,20 +94,11 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }} githubToken: ${{ secrets.GITHUB_TOKEN }}
run: | install: |
echo "Install Pipenv" apt update -y
pip install --upgrade pip && pip install pipenv==2022.7.24
echo "Install core"
npm ci
echo "Set up Python bridge"
npm run setup:python-bridge
echo "Build Python bridge"
npm run build:python-bridge
- name: Upload Python bridge run: |
uses: actions/upload-artifact@v3 echo "Test..."
with:
path: bridges/python/dist/*.zip
draft-release: draft-release:
name: Draft-release name: Draft-release