diff --git a/.github/workflows/notebook-testing.yml b/.github/workflows/notebook-testing.yml index 2306ee4f3..d264e7d87 100644 --- a/.github/workflows/notebook-testing.yml +++ b/.github/workflows/notebook-testing.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.9" - name: Install dependencies run: |