We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b0828 commit 03dd4d7Copy full SHA for 03dd4d7
.github/workflows/citest.yml
@@ -50,7 +50,7 @@ jobs:
50
fi
51
sudo apt-get install --no-install-recommends build-essential libx11-dev
52
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
+ pip3 install "stsci.tools>=4.0.1" coverage
54
55
- name: Setup dependencies, Ubuntu/pip
56
if: startsWith(matrix.os, 'ubuntu') && matrix.method == 'pip'
0 commit comments