Workaround for Ubuntu 2024.04

This commit is contained in:
Patrick Lehmann
2024-08-01 10:57:44 +02:00
parent e0af5055a8
commit 02d386a9e1

View File

@@ -53,7 +53,7 @@ jobs:
- name: 🔧 Install junitparser - name: 🔧 Install junitparser
run: | 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/ - name: Move JUnit files and collect them all to junit/
run: | run: |