Skip to content

[Feature] Change the behavior of state loading and exporting #737

[Feature] Change the behavior of state loading and exporting

[Feature] Change the behavior of state loading and exporting #737

Workflow file for this run

name: Run Python Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Run tests
run: |
make test