Skip to content

Commit

Permalink
separate testing inclusion for pytensor
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Feb 9, 2025
1 parent 4c6772e commit 7c2401a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
# cupy is not tested because it demands gpu
# oneflow testing is dropped, see details at https://github.com/Oneflow-Inc/oneflow/issues/10340
# paddle was switched off because of divergence with numpy in py3.10, paddle==2.6.1
frameworks: ['numpy pytorch tensorflow jax']
# The last pytensor release that supports python 3.8 doesn't include einsum, so we skip that combination.
frameworks: ['numpy pytorch tensorflow jax', 'pytensor']
exclude:
- python-version: '3.13'
# 3.9 -> does not have a pin to numpy < 2, but not compatible with numpy 2
# 3.13 -> not supported (yet)
include:
- python-version: '3.10'
frameworks: 'pytensor'
- python-version: '3.12'
frameworks: 'pytensor'


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7c2401a

Please sign in to comment.