mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-11 09:12:40 +03:00
ci: test Ubuntu AArch64
This commit is contained in:
parent
29c582c89e
commit
8de9d84f1f
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 }}
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user