Skip to content

Commit

Permalink
add upgrade of pip in centos release job
Browse files Browse the repository at this point in the history
  • Loading branch information
KERLOCH Jean-Marie committed Aug 27, 2021
1 parent b6e03ff commit bd6a6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releases-centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
yum update -y
yum install -y python3 python3-pip
pip3 install --upgrade pip
- name: Install mandatory system libraries
run: |
Expand Down

0 comments on commit bd6a6e0

Please sign in to comment.