Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
w4bo committed Apr 9, 2024
1 parent 59a0c35 commit fdc38fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fdc38fe

Please sign in to comment.