Skip to content

Commit

Permalink
Break system packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Sep 26, 2024
1 parent 72a8705 commit 93cdeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishCoverageResults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93cdeb9

Please sign in to comment.