From 27d1d663ed8471e75540a305b937f91cdf9df7f6 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 8 Jan 2025 14:02:52 +0100 Subject: [PATCH] Fix poetry issues --- .github/workflows/reusable_python_example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable_python_example.yml b/.github/workflows/reusable_python_example.yml index 54e3de69b..85893da88 100644 --- a/.github/workflows/reusable_python_example.yml +++ b/.github/workflows/reusable_python_example.yml @@ -49,6 +49,7 @@ jobs: - name: Execute Python Example env: ENV: 'dev' + PYTHONFAULTHANDLER: 1 LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }} GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }} GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}