diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index 402d490..105010e 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -94,7 +94,7 @@ jobs: echo "PASSED: Dockerfile hash is up-to-date!" - name: Test Notebooks with Tox working-directory: notebooks/ - run: tox + run: tox -e hive - name: Dump Hive output on error working-directory: notebooks/ if: failure()