From dfc8c8d0290a66d5c291a63d229aa0ac5e1b43b4 Mon Sep 17 00:00:00 2001 From: dvm-shlee Date: Wed, 31 Jan 2024 19:43:26 -0500 Subject: [PATCH] patch test command remove error --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8431199..684cccb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,4 +82,4 @@ jobs: - name: Test tutorial notebook run: | python -m pytest --nbmake tests/tutorials/JupyterNotebooks/01_GettingStarted.ipynb - tree tests/tutorials/raw \ No newline at end of file + tree tests/tutorials \ No newline at end of file