Skip to content

Commit

Permalink
use python 3.9 also (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza authored Jun 1, 2022
1 parent 8624d08 commit 0866e46
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9]

steps:
- name: Checkout github repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9]

steps:
- name: Checkout github repo (+ download lfs dependencies)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9]

steps:
- name: Checkout github repo (+ download lfs dependencies)
Expand Down
Loading

0 comments on commit 0866e46

Please sign in to comment.