Skip to content

Commit 9b33343

Browse files
Specify test-suite specific option after --pyargs
1 parent 71eb2fc commit 9b33343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
run: |
229229
. $CONDA/etc/profile.d/conda.sh
230230
conda activate ${{ env.TEST_ENV_NAME }}
231-
python -m pytest -v --skip-known-top-k-failures-on-cpu --pyargs $MODULE_NAME
231+
python -m pytest -v --pyargs $MODULE_NAME --skip-known-top-k-failures-on-cpu
232232
233233
test_windows:
234234
needs: build_windows
@@ -399,7 +399,7 @@ jobs:
399399
SYCL_CACHE_PERSISTENT: 1
400400
working-directory: ${{ env.workdir }}\test_tmp
401401
run: >-
402-
conda activate ${{ env.TEST_ENV_NAME }} && python -m pytest -v -s --skip-known-top-k-failures-on-cpu --pyargs ${{ env.MODULE_NAME }}
402+
conda activate ${{ env.TEST_ENV_NAME }} && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }} --skip-known-top-k-failures-on-cpu
403403
404404
upload_linux:
405405
needs: test_linux

0 commit comments

Comments
 (0)