Skip to content

Commit ed07130

Browse files
committed
Moved SYCL_QUEUE_THREAD_POOL_SIZE to env section for Windows test workflow
1 parent cddb103 commit ed07130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,9 @@ jobs:
291291
shell: cmd /C CALL {0}
292292
env:
293293
DPCTL_VERBOSITY: error
294+
SYCL_QUEUE_THREAD_POOL_SIZE: 6
294295
run: >-
295-
SET SYCL_QUEUE_THREAD_POOL_SIZE=6 && conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
296+
conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
296297
297298
upload_linux:
298299
needs: test_linux

0 commit comments

Comments
 (0)