From 32a430b776579fef9eb459726b036d5a94e30b04 Mon Sep 17 00:00:00 2001 From: Sarah Blunt Date: Wed, 10 Jan 2024 16:30:30 -0800 Subject: [PATCH] new error, making progress --- .github/workflows/run-notebooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-notebooks.yml b/.github/workflows/run-notebooks.yml index 1b850ab2..2aa434ad 100644 --- a/.github/workflows/run-notebooks.yml +++ b/.github/workflows/run-notebooks.yml @@ -27,8 +27,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install jupyter setuptools --no-build-isolation - python -m pip install -r requirements.txt --no-build-isolation + python -m pip install jupyter setuptools wheel + python -m pip install -r requirements.txt python -m pip install . --no-build-isolation - name: Run tutorial notebooks run: |