Skip to content

Add dict utilities to Layout (#138) #70

Add dict utilities to Layout (#138)

Add dict utilities to Layout (#138) #70

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10' # install the python version needed
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: execute pytest
run: pytest surface_sim/ tests/