Skip to content

Commit

Permalink
Set python versions: ["3.10", "3.11", "3.12"].
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent 53d55f4 commit 57978a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout code
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Find notebooks
id: find-notebooks
run: |
find . -name "*.ipynb" > notebooks.txt
find . -name "*.ipynb" -not -name "acoustic_impulse_response_measurement.ipynb" > notebooks.txt
cat notebooks.txt
shell: bash

Expand Down

0 comments on commit 57978a3

Please sign in to comment.