Skip to content

Commit 1622d6b

Browse files
committed
Add a way to specify the API version to use when testing
1 parent 456e55c commit 1622d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ jobs:
623623
python -m pytest --json-report --json-report-file=${{ env.json-report-file }} --disable-deadline --skips-file ${{ env.array-api-skips-file }} array_api_tests || true
624624
env:
625625
ARRAY_API_TESTS_MODULE: 'dpnp'
626+
ARRAY_API_TESTS_VERSION: '2024.12'
626627
SYCL_CACHE_PERSISTENT: 1
627628
working-directory: ${{ env.array-api-tests-path }}
628629

0 commit comments

Comments
 (0)