We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a4eea commit 3a1699aCopy full SHA for 3a1699a
.github/workflows/test.yml
@@ -123,9 +123,8 @@ jobs:
123
- name: Setup environment
124
run: |
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 numpy sphinx pydata-sphinx-theme
+ python -m pip install --pre -r requirements/test.txt -r doc/requirements.txt
+ python -m pip install docutils==0.17.1 # FIXME
129
python -m pip install codecov
130
python -m pip list
131
0 commit comments