Skip to content

shape/style update for specs #4

shape/style update for specs

shape/style update for specs #4

Workflow file for this run

name: Spec Test
on: push
permissions:
contents: read
jobs:
lint:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
id: cpython3
with:
python-version: "3.10"
cache: pip
cache-dependency-path: requirements.txt
allow-prereleases: true
- run: brew install graphviz
- run: pip install -r requirements.txt
- name: Run specs tests script
run: |
mkdir tmp_out
./test_specs.sh test/ specs/ tmp_out/