Skip to content

Commit

Permalink
Avoid pip version warnings on CI
Browse files Browse the repository at this point in the history
Annotations
1 error
tests_py3x (3.5)
You are using pip version 20.3.4, however version 23.2.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
  • Loading branch information
mnaberez committed Sep 19, 2023
1 parent 50cdd82 commit b8d00ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run all tests

on: [push, pull_request]

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1

jobs:
tests_py27:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b8d00ab

Please sign in to comment.