Skip to content

Commit

Permalink
add pip user install
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Sep 24, 2024
1 parent 8a21e71 commit 958400e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v2

# ubuntu 24.04 doesn't allow non-user pip install anymore
- name: pip user install
if: matrix.os == 'ubuntu-24.04'
run: pip config global.user='true'

- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
Expand Down

0 comments on commit 958400e

Please sign in to comment.