Skip to content

Commit

Permalink
Upgraded CI to latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
spors authored Oct 12, 2023
1 parent f897f00 commit f90fed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebook_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f90fed5

Please sign in to comment.