From 2932a627bbc674d0a4929b7be82b0e150ec8df50 Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Thu, 9 Oct 2025 09:45:26 +0200 Subject: [PATCH] test: Potential fix for soft deletion test --- .github/workflows/test_different_operating_systems.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test_different_operating_systems.yml b/.github/workflows/test_different_operating_systems.yml index 6eb5744f3..e784c9ca3 100644 --- a/.github/workflows/test_different_operating_systems.yml +++ b/.github/workflows/test_different_operating_systems.yml @@ -193,6 +193,13 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: Path setup + if: ${{ matrix.os }} == 'windows-latest' + shell: bash + run: | + PATH=$(printf '%s\n' "$PATH" | grep -vi '/git/usr/bin' | paste -sd: -) + export PATH + - name: Run Soft Deletion Tests env: ENV: 'dev'