summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 3ea67b2b..0b0f41ea 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -62,9 +62,7 @@ jobs:
set -xe
python -VV
python -m site
- # Need to install setuptools first so that ci.pip will succeed.
- python -m pip install -c requirements/ci.pip setuptools wheel
- python -m pip install -r requirements/ci.pip
+ python -m pip install -r requirements/tox.pip
- name: "Run tox coverage for ${{ matrix.python-version }}"
env: