We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f63b18 + 6161b17 commit ab98697Copy full SHA for ab98697
.github/workflows/conda-package.yml
@@ -763,14 +763,15 @@ jobs:
763
id: run-array-api-tests
764
shell: bash -l {0}
765
env:
766
+ ARRAY_API_TESTS_MODULE: 'dpctl.tensor'
767
+ ARRAY_API_TESTS_VERSION: '2024.12'
768
SYCL_CACHE_PERSISTENT: 1
769
run: |
770
FILE=/home/runner/work/.report.json
771
. $CONDA/etc/profile.d/conda.sh
772
conda activate ${{ env.TEST_ENV_NAME }}
773
cd /home/runner/work/array-api-tests
774
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
- export ARRAY_API_TESTS_MODULE=dpctl.tensor
775
${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
776
- name: Set Github environment variables
777
0 commit comments