Skip to content

Commit

Permalink
skip pytensor in 3.13, couldn't install
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Feb 4, 2025
1 parent cda914c commit be2a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# 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.8'
- python-version: '3.13'
frameworks: 'pytensor'

steps:
Expand Down

0 comments on commit be2a175

Please sign in to comment.