Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Jun 19, 2024
1 parent 9e39ba0 commit d4dbef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preliminary_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
- run: |
apt -y install python3-pip
pip3 install pyyaml
pip3 install --break-system-packages pyyaml
- name: Fix git permissions
# Usually actions/checkout does this but as we run in a container
# it doesn't work
Expand Down

0 comments on commit d4dbef4

Please sign in to comment.