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:
parent
9aaa3d740d
commit
46a8bc61ea
17
.github/workflows/pre-release-python-bridge.yml
vendored
17
.github/workflows/pre-release-python-bridge.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user