diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77b12a3..22c4548 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' architecture: 'x64' - name: Run the notebooks run: |