diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index 2fbe14a..72eb8ea 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -33,5 +33,6 @@ jobs: pytest --nbval-lax examples/Classification.ipynb pytest --nbval-lax examples/ColorQuantization.ipynb pytest --nbval-lax examples/ColorSpaceMapping.ipynb + pytest --nbval-lax examples/OutliersDetection.ipynb pytest --nbval-lax examples/TravellingSalesmanProblem.ipynb pytest --nbval-lax examples/HexagonalTopology.ipynb