Skip to content

Merge branch 'main' into add-autoencoder #23

Merge branch 'main' into add-autoencoder

Merge branch 'main' into add-autoencoder #23

Workflow file for this run

name: Unit tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[test]"
- run: pytest -v tests