diff --git a/.github/workflows/pr-tests-syft.yml b/.github/workflows/pr-tests-syft.yml
index 5ef6744345d..9865fcf2b12 100644
--- a/.github/workflows/pr-tests-syft.yml
+++ b/.github/workflows/pr-tests-syft.yml
@@ -287,17 +287,17 @@ jobs:
         python-version: ["3.12"]
         deployment-type: ["python"]
         bump-version: ["False"]
-        # include:
-        #   - python-version: "3.11"
-        #     os: "ubuntu-latest"
-        #     deployment-type: "python"
-        #   - python-version: "3.10"
-        #     os: "ubuntu-latest"
-        #     deployment-type: "python"
-        #   - python-version: "3.12"
-        #     os: "ubuntu-latest"
-        #     deployment-type: "python"
-        #     bump-version: "True"
+        include:
+          - python-version: "3.11"
+            os: "ubuntu-latest"
+            deployment-type: "python"
+          - python-version: "3.10"
+            os: "ubuntu-latest"
+            deployment-type: "python"
+          - python-version: "3.12"
+            os: "ubuntu-latest"
+            deployment-type: "python"
+            bump-version: "True"
 
     runs-on: ${{ matrix.os }}
     steps:
@@ -361,7 +361,7 @@ jobs:
         with:
           timeout_seconds: 2400
           max_attempts: 3
-          command: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T WcYAUxVX5tmMwCwxHtWXVa 5rW9jU2gavj0Av2uRYqcM3; tox -e syft.test.notebook.scenario.sync
+          command: tox -e syft.test.notebook.scenario.sync
 
   pr-tests-syft-notebook-single-container:
     strategy: