Skip to content

Commit

Permalink
GH Actions: Bypass PEP 668 in runners (AliceO2Group#8020)
Browse files Browse the repository at this point in the history
This is needed in order to install pip packages globally in the new
Ubuntu images, the other choice would be to create a venv instead
  • Loading branch information
singiamtel authored Oct 16, 2024
1 parent c90f6d2 commit 4bb538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeowner-self-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Install dependencies
run: pip install codeowners PyGithub
run: pip install --break-system-packages codeowners PyGithub

# Approve the PR, if the author is only editing files owned by themselves.
- name: Auto-approve PR if permitted
Expand Down

0 comments on commit 4bb538f

Please sign in to comment.