From 02d386a9e17cb843091e32f7e03bf4637bc9182a Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 1 Aug 2024 10:57:44 +0200 Subject: [PATCH] Workaround for Ubuntu 2024.04 --- .github/workflows/PublishTestResults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PublishTestResults.yml b/.github/workflows/PublishTestResults.yml index 3816063..9fc3ba7 100644 --- a/.github/workflows/PublishTestResults.yml +++ b/.github/workflows/PublishTestResults.yml @@ -53,7 +53,7 @@ jobs: - name: 🔧 Install junitparser run: | - python -m pip install --disable-pip-version-check -U pyEDAA.Reports + python -m pip install --disable-pip-version-check --break-system-packages -U pyEDAA.Reports - name: Move JUnit files and collect them all to junit/ run: |