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: |