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 91c0f8b commit dcaaef1Copy full SHA for dcaaef1
.github/workflows/conda-package.yml
@@ -18,7 +18,7 @@ env:
18
fetch-depth: 1
19
# python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
20
# which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
21
- python-ver-test-all-dtypes: '3.13'
+ python-ver-test-all-dtypes: '3.12'
22
test-env-name: 'test'
23
rerun-tests-on-failure: 'true'
24
rerun-tests-max-attempts: 2
0 commit comments