test: Potential fix for soft deletion test

This commit is contained in:
Andrej Milicevic 2025-10-09 09:45:26 +02:00
parent 583923903c
commit 2932a627bb

View file

@ -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'