summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-01 18:17:55 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-03-01 18:17:55 -0500
commitfd65d6fb804e5243d7eb17381c33351d0dfeab76 (patch)
tree71a78e8a7b5b06cf1173517421e215980db75c9e /.github
parent31d4b0029181879ae3a8869caf38e32c7b8aace7 (diff)
downloadpython-coveragepy-git-fd65d6fb804e5243d7eb17381c33351d0dfeab76.tar.gz
build: clean up pip files
auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kit.yml2
-rw-r--r--.github/workflows/quality.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 519d8556..90834b52 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -136,7 +136,7 @@ jobs:
- name: "Install wheel tools"
run: |
- python -m pip install -c requirements/pins.pip -r requirements/wheel.pip
+ python -m pip install -r requirements/wheel.pip
- name: "Build wheel"
run: |
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 1a1b7f03..80f75424 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -36,7 +36,7 @@ jobs:
set -xe
python -VV
python -m site
- python -m pip install -r requirements/tox.pip
+ python -m pip install -c requirements/pins.pip tox
- name: "Tox lint"
run: |
@@ -60,7 +60,7 @@ jobs:
set -xe
python -VV
python -m site
- python -m pip install -r requirements/tox.pip
+ python -m pip install -c requirements/pins.pip tox
- name: "Tox doc"
run: |