From cac00e8eeba35c854d7a4838ffd9be25db871ce3 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Tue, 2 Jul 2024 20:35:05 +0200 Subject: [PATCH] fix notebook tests --- .github/workflows/notebooks.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 91b1ff09..830e20cc 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -19,9 +19,6 @@ env: jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - python-version: "3.10" steps: - uses: actions/checkout@v4 @@ -29,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: "3.10" - name: List installed Python packages run: python -m pip list