From fb9ff6291c5680030ce4dcc9585e6355a0f9fd48 Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:22:28 -0800 Subject: [PATCH] Small fixes --- .github/workflows/python-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-integration-tests.yml b/.github/workflows/python-integration-tests.yml index 8689e7d0c0..c323c4b7d6 100644 --- a/.github/workflows/python-integration-tests.yml +++ b/.github/workflows/python-integration-tests.yml @@ -48,6 +48,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ inputs.checkout-ref }} + persist-credentials: false - name: Set up python and install the project id: python-setup @@ -71,7 +72,6 @@ jobs: - name: Test with pytest run: uv run poe all-tests -n logical --dist loadfile --dist worksteal --timeout=120 --session-timeout=900 --timeout_method thread --retries 2 --retry-delay 5 - working-directory: ./python python-tests-azure-ai: name: Python Integration Tests - Azure AI @@ -90,6 +90,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ inputs.checkout-ref }} + persist-credentials: false - name: Set up python and install the project id: python-setup @@ -110,4 +111,3 @@ jobs: - name: Test with pytest timeout-minutes: 15 run: uv run --directory packages/azure-ai poe integration-tests -n logical --dist loadfile --dist worksteal --timeout=120 --session-timeout=900 --timeout_method thread --retries 2 --retry-delay 5 - working-directory: ./python