Skip to content

Commit

Permalink
setuptols: --break-system-packages
Browse files Browse the repository at this point in the history
Signed-off-by: Gerit Wagner <gerit.wagner@uni-bamberg.de>
  • Loading branch information
geritwagner committed Oct 16, 2024
1 parent e94c118 commit 9926931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
- name: Update setuptools
run: python -m pip install --upgrade pip setuptools
run: python -m pip install --upgrade pip setuptools --break-system-packages
- name: Install poetry dependencies
run: |
poetry install --with dev || poetry install --with dev || echo "No dev dependency group"
Expand Down

0 comments on commit 9926931

Please sign in to comment.