Skip to content

Commit 03dd4d7

Browse files
committed
Fix pip name of coverape.py
1 parent 91b0828 commit 03dd4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/citest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
sudo apt-get install --no-install-recommends build-essential libx11-dev
5252
sudo apt-get install --no-install-recommends python3-dev python3-pip python3-astropy python3-numpy-dev python3-setuptools python3-setuptools-scm python3-tk python3-pytest python3-pytest-cov ipython3
53-
pip3 install "stsci.tools>=4.0.1" coveragepy
53+
pip3 install "stsci.tools>=4.0.1" coverage
5454
5555
- name: Setup dependencies, Ubuntu/pip
5656
if: startsWith(matrix.os, 'ubuntu') && matrix.method == 'pip'

0 commit comments

Comments
 (0)