Skip to content

Commit 7cb1ebb

Browse files
committed
Fix pipeline run
1 parent a4455f7 commit 7cb1ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
working-directory: lambdas/ack_backend
176176
id: acklambda
177177
env:
178-
PYTHONPATH: ${{ env.LAMBDA_PATH }}/ack_backend/src:${{ github.workspace }}/ack_backend/tests
178+
PYTHONPATH: ${{ env.LAMBDA_PATH }}/ack_backend/src:tests:${{ env.SHARED_PATH }}/src
179179
continue-on-error: true
180180
run: |
181181
poetry install

0 commit comments

Comments
 (0)