Skip to content

Commit 8a210c0

Browse files
committed
Add ARRAY_API_TESTS_VERSION to array API conformity job and set to 2024.12
1 parent 2fdac4c commit 8a210c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/conda-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ jobs:
771771
cd /home/runner/work/array-api-tests
772772
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
773773
export ARRAY_API_TESTS_MODULE=dpctl.tensor
774+
export ARRAY_API_TESTS_VERSION=2024.12
774775
${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
775776
- name: Set Github environment variables
776777
shell: bash -l {0}

0 commit comments

Comments
 (0)