diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b12d023e..59ad13e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,6 @@ jobs: jupyter nbconvert --to notebook --execute docs/tutorials/processing_configuration.ipynb jupyter nbconvert --to notebook --execute docs/tutorials/process_cas04_multiple_station.ipynb jupyter nbconvert --to notebook --execute docs/tutorials/synthetic_data_processing.ipynb - jupyter nbconvert --to notebook --execute tests/test_run_on_commit.ipynb # Replace "notebook.ipynb" with your notebook's filename # - name: Commit changes (if any) diff --git a/tests/test_run_on_commit.ipynb b/tests/test_run_on_commit.ipynb deleted file mode 100644 index 6ac8e9bc..00000000 --- a/tests/test_run_on_commit.ipynb +++ /dev/null @@ -1,35 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "id": "99fe1b05-7951-4666-8c24-7bb28426611d", - "metadata": {}, - "outputs": [], - "source": [ - "assert(True)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "aurora-test", - "language": "python", - "name": "aurora-test" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.10" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}