From dae000e550ed280c311d64bc802117073e1cc8c7 Mon Sep 17 00:00:00 2001 From: Sarah Blunt Date: Wed, 10 Jan 2024 15:50:17 -0800 Subject: [PATCH] and again! --- .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 dd618e09..bb8495b5 100644 --- a/.github/workflows/run-notebooks.yml +++ b/.github/workflows/run-notebooks.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install jupyter + python -m pip install jupyter setuptools python -m pip install -r requirements.txt python setup.py install - name: Run tutorial notebooks