Skip to content

Commit

Permalink
Fix pip3 on Red Hat UBI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Nov 4, 2023
1 parent 55c05ec commit c8164c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
if: contains(matrix.os_name, 'redhat-')
run: |
yum install -y --allowerasing make cmake gcc gcc-c++ libevent-devel git curl uuid nodejs python3.11 python3.11-pip
rm -f /usr/bin/python3
rm -f /usr/bin/python3 /usr/bin/pip3
ln -s $(which python3.11) /usr/bin/python3
ln -s $(which pip3.11) /usr/bin/pip3
- name: Install msgpack-c (Red Hat)
if: contains(matrix.os_name, 'redhat-')
Expand Down

0 comments on commit c8164c1

Please sign in to comment.