Merge branch 'dev' into batch-document-handling

This commit is contained in:
Igor Ilic 2025-10-16 14:30:11 +02:00 committed by GitHub
commit a03a20e053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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' "$PATH" | tr ':' $'\n' | grep -vi '/git/usr/bin' | paste -sd: -)
export PATH
- name: Run Soft Deletion Tests
env:
ENV: 'dev'