Break system packages.

This commit is contained in:
Patrick Lehmann
2024-09-26 23:19:51 +02:00
parent 72a8705e6c
commit 93cdeb9cba

View File

@@ -71,7 +71,7 @@ jobs:
- name: 🔧 Install coverage and tomli
run: |
python -m pip install --disable-pip-version-check -U coverage[toml] tomli
python -m pip install -U --disable-pip-version-check --break-system-packages coverage[toml] tomli
- name: 🔁 Extract configurations from pyproject.toml
id: getVariables