We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb408b commit fc9bea6Copy full SHA for fc9bea6
.github/workflows/conda-package.yml
@@ -760,6 +760,7 @@ jobs:
760
cd /home/runner/work/array-api-tests
761
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
762
export ARRAY_API_TESTS_MODULE=dpctl.tensor
763
+ export ARRAY_API_TESTS_VERSION=2024.12
764
${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
765
- name: Set Github environment variables
766
shell: bash -l {0}
0 commit comments