Skip to content

Commit 47f6a81

Browse files
committed
Fix pipeline run
1 parent d256d8d commit 47f6a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
working-directory: lambdas/ack_backend
142142
id: acklambda
143143
env:
144-
PYTHONPATH: ${{ env.LAMBDA_PATH }}/ack_backend/src:${{ github.workspace }}/ack_backend/tests
144+
PYTHONPATH: ${{ env.LAMBDA_PATH }}/ack_backend/src:tests:${{ env.SHARED_PATH }}/src
145145
continue-on-error: true
146146
run: |
147147
poetry install

0 commit comments

Comments
 (0)