We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278c646 commit 2705a5eCopy full SHA for 2705a5e
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
if: ${{ needs.changes.outputs.changes == 'true' }}
55
strategy:
56
matrix:
57
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
58
floatx: [float64]
59
python-version: ["3.13"]
60
test-subset:
@@ -286,9 +286,9 @@ jobs:
286
287
288
289
290
291
- python-version: ["3.12"]
+ python-version: ["3.13"]
292
293
- |
294
tests/distributions/test_random_alternative_backends.py
0 commit comments