From 2a6f03b1f6c4535c2915d541c03c1dc6fad6a4a6 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Mon, 27 Nov 2023 16:44:48 +0100 Subject: [PATCH] TEMP - REMOVE --- .github/workflows/notebooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index 8923311..8d8952a 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()