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 cbbaa30 commit 8b00d47Copy full SHA for 8b00d47
.github/workflows/quality-checks.yml
@@ -166,6 +166,8 @@ jobs:
166
- name: Run unittest with coverage-mesh-processor
167
working-directory: lambdas/mesh_processor
168
id: meshprocessor
169
+ env:
170
+ PYTHONPATH: ${{ env.LAMBDA_PATH }}/mesh_processor/src:${{ env.LAMBDA_PATH }}/mesh_processor/tests:${{ env.SHARED_PATH }}/src
171
continue-on-error: true
172
run: |
173
poetry install
0 commit comments