Allow system to break.

This commit is contained in:
Patrick Lehmann
2024-08-02 08:32:00 +02:00
parent 33b99a3b4e
commit 7a341dbe8f
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
run: pip install pyTooling run: pip install --disable-pip-version-check --break-system-packages pyTooling
# Params_Default # Params_Default
- name: Checking results from 'Params_Default' - name: Checking results from 'Params_Default'
run: | run: |

View File

@@ -89,7 +89,7 @@ jobs:
- UnitTesting - UnitTesting
- PlatformTesting - PlatformTesting
with: with:
additional_merge_args: '-d --pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit;;reduce-depth:pytest.tests.platform"' additional_merge_args: '-d "--pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit;reduce-depth:pytest.tests.platform"'
Package: Package:
uses: pyTooling/Actions/.github/workflows/Package.yml@r1 uses: pyTooling/Actions/.github/workflows/Package.yml@r1