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