From 556d0bd7945c10ca9f2e5f177b1e077ef78731f7 Mon Sep 17 00:00:00 2001 From: rawkintrevo Date: Thu, 5 Sep 2024 10:50:20 -0500 Subject: [PATCH] small tinks --- .github/workflows/notebook-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebook-testing.yml b/.github/workflows/notebook-testing.yml index a39fe4ea1..e29237f31 100644 --- a/.github/workflows/notebook-testing.yml +++ b/.github/workflows/notebook-testing.yml @@ -17,14 +17,14 @@ jobs: uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: "3.8" - name: Install dependencies run: | python -m pip install --upgrade pip - pip install nbconvert nbclient + pip install nbconvert nbclient ipykernel - name: Run Jupyter Notebooks run: |