Skip to content

Update the WASM version to the latest xiplot #3

Update the WASM version to the latest xiplot

Update the WASM version to the latest xiplot #3

Workflow file for this run

name: Test build WASM version
on:
workflow_dispatch:
pull_request:
branches: [wasm]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Build the WASM version
run: |
pip install --upgrade pip
make -B deploy