Skip to content

Commit

Permalink
Fix pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdeepgoel committed Jul 31, 2022
1 parent bc78f1f commit 9042cde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ language: c
script: bash ./travis.sh

before_install:
- sudo pip3 install --upgrade pip
- sudo apt remove --purge python3-pip
- curl -O https://bootstrap.pypa.io/pip/3.5/get-pip.py
- sudo -E python3 get-pip.py
- sudo -E python3 -m pip install --upgrade "pip < 22.3"

addons:
apt:
update: true
packages:
- python3.9
- python3-pip

0 comments on commit 9042cde

Please sign in to comment.