diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 17:16:36 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 18:00:08 -0500 |
| commit | 05eebb354da352f8200ef6c3b29d5d32363bfd0d (patch) | |
| tree | 71a78e8a7b5b06cf1173517421e215980db75c9e /.github | |
| parent | 31d4b0029181879ae3a8869caf38e32c7b8aace7 (diff) | |
| download | python-coveragepy-git-nedbat/fix-auditwheel-install-kit.tar.gz | |
build: auditwheel is only python 3nedbat/fix-auditwheel-install-kit
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/quality.yml | 4 |
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: | |
