We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382108f commit a8a4eeaCopy full SHA for a8a4eea
.github/workflows/test.yml
@@ -125,7 +125,7 @@ jobs:
125
python -m pip install --upgrade pip wheel setuptools
126
#python -m pip install --pre -r requirements/test.txt -r doc/requirements.txt
127
python -m pip install -r requirements/test.txt -r doc/requirements.txt
128
- python -m pip install -U --pre sphinx pydata-sphinx-theme
+ python -m pip install -U --pre numpy sphinx pydata-sphinx-theme
129
python -m pip install codecov
130
python -m pip list
131
0 commit comments