diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-08-09 08:27:40 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-08-09 08:27:40 -0400 |
| commit | 0e6f78a883f938e2e97de8fc61708c423fbca638 (patch) | |
| tree | 64ee7b6cd625af465cd67a87d69866e28ab4f5ac /.github/workflows/coverage.yml | |
| parent | e6f37f6ff184b4e9d2dad75386ddeb03bf492fd4 (diff) | |
| download | python-coveragepy-git-0e6f78a883f938e2e97de8fc61708c423fbca638.tar.gz | |
build: never warn about old pip versions
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6b155ced..f8aca5cb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,6 +16,9 @@ defaults: run: shell: bash +env: + PIP_DISABLE_PIP_VERSION_CHECK: 1 + jobs: coverage: name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}" |
