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:
- 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: |