We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ae646 commit 91b4aafCopy full SHA for 91b4aaf
.github/workflows/conda-package.yml
@@ -666,7 +666,7 @@ jobs:
666
python -c "import dpctl; dpctl.lsplatform()"
667
export ARRAY_API_TESTS_MODULE=dpctl.tensor
668
cd /home/runner/work/array-api-tests
669
- pytest --ci --json-report --json-report-file=$FILE array_api_tests/ || true
+ pytest --json-report --json-report-file=$FILE array_api_tests/ || true
670
- name: Set Github environment variables
671
shell: bash -l {0}
672
run: |
0 commit comments