Skip to content

Commit

Permalink
travis CI upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Mar 7, 2024
1 parent 98e25ce commit 86e471f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ addons:
packages:
- ffmpeg
- sox
before_install:
- python -m pip install --upgrade pip
install:
- pip install -U importlib_metadata
- pip install -U setuptools
- pip install -r requirements.txt
- pip install .
script:
Expand Down

0 comments on commit 86e471f

Please sign in to comment.