Skip to content

Commit 3ca6255

Browse files
committed
Add ARRAY_API_TESTS_VERSION to array API conformity job and set to 2024.12
1 parent a02b5e5 commit 3ca6255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ jobs:
761761
cd /home/runner/work/array-api-tests
762762
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
763763
export ARRAY_API_TESTS_MODULE=dpctl.tensor
764+
export ARRAY_API_TESTS_VERSION=2024.12
764765
${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
765766
- name: Set Github environment variables
766767
shell: bash -l {0}

0 commit comments

Comments
 (0)