Skip to content

Merge pull request #2 from kitware-resonant/remove-black-reference #4

Merge pull request #2 from kitware-resonant/remove-black-reference

Merge pull request #2 from kitware-resonant/remove-black-reference #4

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install tox
run: |
pip install --upgrade pip
pip install tox
- name: Run tests
run: |
tox