We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4455f7 commit 7cb1ebbCopy full SHA for 7cb1ebb
1 file changed
.github/workflows/quality-checks.yml
@@ -175,7 +175,7 @@ jobs:
175
working-directory: lambdas/ack_backend
176
id: acklambda
177
env:
178
- PYTHONPATH: ${{ env.LAMBDA_PATH }}/ack_backend/src:${{ github.workspace }}/ack_backend/tests
+ PYTHONPATH: ${{ env.LAMBDA_PATH }}/ack_backend/src:tests:${{ env.SHARED_PATH }}/src
179
continue-on-error: true
180
run: |
181
poetry install
0 commit comments