Skip to content

Commit 8b00d47

Browse files
committed
mesh_processor env
1 parent cbbaa30 commit 8b00d47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
- name: Run unittest with coverage-mesh-processor
167167
working-directory: lambdas/mesh_processor
168168
id: meshprocessor
169+
env:
170+
PYTHONPATH: ${{ env.LAMBDA_PATH }}/mesh_processor/src:${{ env.LAMBDA_PATH }}/mesh_processor/tests:${{ env.SHARED_PATH }}/src
169171
continue-on-error: true
170172
run: |
171173
poetry install

0 commit comments

Comments
 (0)