Skip to content

Commit

Permalink
Update workflows (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Oct 30, 2024
1 parent ff7b87e commit 7ac2bc5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/nightly-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ]
jax-version: [ 0.4.34, 0.4.31, 0.4.30, 0.4.17, 0.4.6 ]
jax-version: [ 0.4.35, 0.4.31, 0.4.30, 0.4.17, 0.4.6 ]

steps:
- name: Checkout
Expand Down Expand Up @@ -273,7 +273,24 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ]
polars-version: [ 1.9.0, 1.8.2, 1.7.1, 1.6.0, 1.5.0, 1.4.1, 1.3.0, 1.2.1, 1.1.0, 1.0.0, 0.20.31, 0.19.19, 0.18.15 ]
polars-version: [
1.12.0,
1.11.0,
1.10.0,
1.9.0,
1.8.2,
1.7.1,
1.6.0,
1.5.0,
1.4.1,
1.3.0,
1.2.1,
1.1.0,
1.0.0,
0.20.31,
0.19.19,
0.18.15
]

steps:
- name: Checkout
Expand Down Expand Up @@ -345,7 +362,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.12', '3.11', '3.10', '3.9' ]
torch-version: [ 2.5.0, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ]
torch-version: [ 2.5.1, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ]

steps:
- name: Checkout
Expand Down
23 changes: 20 additions & 3 deletions .github/workflows/test-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ]
jax-version: [ 0.4.34, 0.4.31, 0.4.30, 0.4.17, 0.4.16, 0.4.6 ]
jax-version: [ 0.4.35, 0.4.31, 0.4.30, 0.4.17, 0.4.16, 0.4.6 ]
# python 3.9 | jaxlib: 0.4.6 -> 0.4.30
# python 3.10 | jaxlib: 0.4.6 ->
# python 3.11 | jaxlib: 0.4.6 ->
Expand Down Expand Up @@ -214,7 +214,24 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ]
polars-version: [ 1.9.0, 1.8.2, 1.7.1, 1.6.0, 1.5.0, 1.4.1, 1.3.0, 1.2.1, 1.1.0, 1.0.0, 0.20.31, 0.19.19, 0.18.15 ]
polars-version: [
1.12.0,
1.11.0,
1.10.0,
1.9.0,
1.8.2,
1.7.1,
1.6.0,
1.5.0,
1.4.1,
1.3.0,
1.2.1,
1.1.0,
1.0.0,
0.20.31,
0.19.19,
0.18.15
]

steps:
- name: Checkout
Expand Down Expand Up @@ -312,7 +329,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.12', '3.11', '3.10', '3.9' ]
torch-version: [ 2.5.0, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ]
torch-version: [ 2.5.1, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ]

steps:
- name: Checkout
Expand Down

0 comments on commit 7ac2bc5

Please sign in to comment.