Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue authored Nov 2, 2024
1 parent 9d0f1a1 commit c9c9e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pip
run: apt-get update && apt-get install -y python3-pip
run: sudo apt-get update && sudo apt-get install -y python3-pip

- name: Install package
run: pip3 install . --break-system-packages
Expand Down

0 comments on commit c9c9e62

Please sign in to comment.