1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +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 }}
run: |
echo "Install Pipenv"
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
install: |
apt update -y
- name: Upload Python bridge
uses: actions/upload-artifact@v3
with:
path: bridges/python/dist/*.zip
run: |
echo "Test..."
draft-release:
name: Draft-release