Skip to content

[Kernel] support simple get and set items #511

[Kernel] support simple get and set items

[Kernel] support simple get and set items #511

name: Test Python Script 3.9
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: install requirements
run: pip3 install msgpack
- name: Test Python Script
run: python3 ci/run_py_script_test.py