Skip to content

SharedMemory and ndarray serialization #22

SharedMemory and ndarray serialization

SharedMemory and ndarray serialization #22

Workflow file for this run

name: build
on:
push:
branches:
- main
tags:
- "*-[0-9]+.*"
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
- name: Install Appose
run: |
python -m pip install --upgrade pip
python -m pip install -e '.[dev]'
- name: Run the tests
run: |
bin/test.sh
- name: Lint the code
run: |
bin/lint.sh