We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e3f9a commit b3ef0edCopy full SHA for b3ef0ed
.github/workflows/build-test-reusable.yml
@@ -146,7 +146,7 @@ jobs:
146
run: |
147
pwd
148
cd python/test/unit
149
- pytest -vvv --device xpu "language/test_core.py::test_scan_layouts[True-1-src_layout10-64-32]"
+ pytest -vvv --device xpu "language/test_core.py::test_scan_layouts[True-1-src_layout10-64-32]" || true
150
151
- name: Upload build artifacts
152
uses: actions/upload-artifact@v3
0 commit comments