From 7a341dbe8f72fa350f866441a09e2c250cbcee0b Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Fri, 2 Aug 2024 08:32:00 +0200 Subject: [PATCH] Allow system to break. --- .github/workflows/_Checking_Parameters.yml | 2 +- .github/workflows/_Checking_Pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_Checking_Parameters.yml b/.github/workflows/_Checking_Parameters.yml index 874a0b8..d911405 100644 --- a/.github/workflows/_Checking_Parameters.yml +++ b/.github/workflows/_Checking_Parameters.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Install dependencies shell: bash - run: pip install pyTooling + run: pip install --disable-pip-version-check --break-system-packages pyTooling # Params_Default - name: Checking results from 'Params_Default' run: | diff --git a/.github/workflows/_Checking_Pipeline.yml b/.github/workflows/_Checking_Pipeline.yml index 5997ca5..a1b27e4 100644 --- a/.github/workflows/_Checking_Pipeline.yml +++ b/.github/workflows/_Checking_Pipeline.yml @@ -89,7 +89,7 @@ jobs: - UnitTesting - PlatformTesting 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: uses: pyTooling/Actions/.github/workflows/Package.yml@r1