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 8b0d5e8 commit d819b78Copy full SHA for d819b78
.github/workflows/wheels.yml
@@ -370,7 +370,7 @@ jobs:
370
export TESSERACT_SUPPORT_DIR=$GITHUB_WORKSPACE/ws/src/tesseract/tesseract_support
371
export TESSERACT_TASK_COMPOSER_DIR=$GITHUB_WORKSPACE/ws/src/tesseract_planning/tesseract_task_composer
372
cd ws/src/tesseract_python/tesseract_python
373
- pytest -s | true
+ pytest -s || true
374
- name: archive wheels
375
if: always()
376
uses: actions/upload-artifact@v4
0 commit comments