Skip to content

checking black

checking black #17

Workflow file for this run

name: CI Technometrics
on:
push:
branches: [ "techno_paper"]
pull_request:
branches: [ "techno_paper"]
jobs:
run-full-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
pip install -e .
- name: Test with Figure 1
run: |
python ./examples/figure1b.py