Skip to content

Commit ab98697

Browse files
authored
Merge pull request #2046 from IntelPython/use-2024.12-for-array-api-tests
Run array API tests using 2024.12 version of spec
2 parents 4f63b18 + 6161b17 commit ab98697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -763,14 +763,15 @@ jobs:
763763
id: run-array-api-tests
764764
shell: bash -l {0}
765765
env:
766+
ARRAY_API_TESTS_MODULE: 'dpctl.tensor'
767+
ARRAY_API_TESTS_VERSION: '2024.12'
766768
SYCL_CACHE_PERSISTENT: 1
767769
run: |
768770
FILE=/home/runner/work/.report.json
769771
. $CONDA/etc/profile.d/conda.sh
770772
conda activate ${{ env.TEST_ENV_NAME }}
771773
cd /home/runner/work/array-api-tests
772774
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
773-
export ARRAY_API_TESTS_MODULE=dpctl.tensor
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)