Skip to content

Commit

Permalink
try breaking system packages instead
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Sep 24, 2024
1 parent 713a0ad commit c456039
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v2

# ubuntu 24.04 doesn't allow non-user pip install anymore
- name: pip user install
# ubuntu 24.04 doesn't allow non-user pip install by default anymore
# don't do this on your host computer, but this is fine in CI
- name: pip break system packages
if: matrix.os == 'ubuntu-24.04'
run: pip config set global.user true
run: PIP_BREAK_SYSTEM_PACKAGES=1

- name: Install Conan
id: conan
Expand Down

0 comments on commit c456039

Please sign in to comment.