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