Skip to content

Commit fc9bea6

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

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

0 commit comments

Comments
 (0)