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 4f63b18 commit 71ba661Copy full SHA for 71ba661
.github/workflows/conda-package.yml
@@ -771,6 +771,7 @@ jobs:
771
cd /home/runner/work/array-api-tests
772
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
773
export ARRAY_API_TESTS_MODULE=dpctl.tensor
774
+ export ARRAY_API_TESTS_VERSION=2024.12
775
${CONDA_PREFIX}/bin/python -m pytest --json-report --json-report-file=$FILE --disable-deadline --skips-file ${GITHUB_WORKSPACE}/.github/workflows/array-api-skips.txt array_api_tests/ || true
776
- name: Set Github environment variables
777
shell: bash -l {0}
0 commit comments