From a54cbed07798e1a8b766bff815448b2a87fdad64 Mon Sep 17 00:00:00 2001 From: Sarah Blunt Date: Wed, 10 Jan 2024 16:25:38 -0800 Subject: [PATCH] more debugging --- .github/workflows/run-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-notebooks.yml b/.github/workflows/run-notebooks.yml index 67f66b8b..137d798d 100644 --- a/.github/workflows/run-notebooks.yml +++ b/.github/workflows/run-notebooks.yml @@ -29,7 +29,7 @@ jobs: python -m pip install --upgrade pip python -m pip install jupyter setuptools python -m pip install -r requirements.txt - python -m pip install . + python -m pip install . --no-build-isolation - name: Run tutorial notebooks run: | echo $PATH