Skip to content

Feature space visualization tool + side by side gifs visual #92

Feature space visualization tool + side by side gifs visual

Feature space visualization tool + side by side gifs visual #92

Workflow file for this run

name: kviz CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.12.x]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install graphviz
run: sudo apt-get install graphviz graphviz-dev
- name: Test with tox
run: |
pip install tox coveralls
tox