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 456e55c commit 1622d6bCopy full SHA for 1622d6b
.github/workflows/conda-package.yml
@@ -623,6 +623,7 @@ jobs:
623
python -m pytest --json-report --json-report-file=${{ env.json-report-file }} --disable-deadline --skips-file ${{ env.array-api-skips-file }} array_api_tests || true
624
env:
625
ARRAY_API_TESTS_MODULE: 'dpnp'
626
+ ARRAY_API_TESTS_VERSION: '2024.12'
627
SYCL_CACHE_PERSISTENT: 1
628
working-directory: ${{ env.array-api-tests-path }}
629
0 commit comments