summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-25 07:50:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-25 08:32:58 -0400
commit4da807c9a83aacaacefb67a1f9e12d312e6d1247 (patch)
tree3c6c0c907eadbc670c76ee94d38f38566c6768d6 /.github/workflows/coverage.yml
parent52485aeb191df32ca5b8c255b4482de165174272 (diff)
downloadpython-coveragepy-git-4da807c9a83aacaacefb67a1f9e12d312e6d1247.tar.gz
build: avoid direct setup.py invocations
Also simplified the .pip files a bit.
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index c15eac96..3ea67b2b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -101,7 +101,7 @@ jobs:
set -xe
python -VV
python -m site
- python setup.py --quiet clean develop
+ python -m pip install -e .
python igor.py zip_mods
- name: "Download coverage data"