diff --git a/.github/workflows/notebook_ci.yml b/.github/workflows/notebook_ci.yml index de2f84c..53740cf 100644 --- a/.github/workflows/notebook_ci.yml +++ b/.github/workflows/notebook_ci.yml @@ -11,14 +11,14 @@ on: - cron: '30 1 1,15 * *' jobs: - linux_py38: + linux_py3_12: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: 3.12 - run: sudo apt-get install libsndfile1 pandoc - run: pip install -r requirements.txt - run: pip install -r ci/requirements.txt