Skip to content

Commit 91b4aaf

Browse files
committed
Remove --ci from array API conformity workflow
1 parent 91ae646 commit 91b4aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ jobs:
666666
python -c "import dpctl; dpctl.lsplatform()"
667667
export ARRAY_API_TESTS_MODULE=dpctl.tensor
668668
cd /home/runner/work/array-api-tests
669-
pytest --ci --json-report --json-report-file=$FILE array_api_tests/ || true
669+
pytest --json-report --json-report-file=$FILE array_api_tests/ || true
670670
- name: Set Github environment variables
671671
shell: bash -l {0}
672672
run: |

0 commit comments

Comments
 (0)