test: Potential fix for soft deletion test
This commit is contained in:
parent
583923903c
commit
2932a627bb
1 changed files with 7 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue