diff --git a/.github/workflows/test_changed_notebooks.yaml b/.github/workflows/test_changed_notebooks.yaml index 541017f5..351f3a86 100644 --- a/.github/workflows/test_changed_notebooks.yaml +++ b/.github/workflows/test_changed_notebooks.yaml @@ -101,6 +101,6 @@ jobs: set -o pipefail cd /home/jovyan/dea-notebooks pip3 install ./Tools - pytest Tests/dea_tools + # pytest Tests/dea_tools pytest --durations=10 --nbval-lax ${{ steps.changed-notebooks.outputs.all_changed_files }} " \ No newline at end of file