Skip to content

Commit 6161b17

Browse files
committed
Set ARRAY_API_TESTS_MODULE and ARRAY_API_TESTS_VERSION more clearly
1 parent 71ba661 commit 6161b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -763,15 +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
774-
export ARRAY_API_TESTS_VERSION=2024.12
775775
${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
776776
- name: Set Github environment variables
777777
shell: bash -l {0}

0 commit comments

Comments
 (0)