File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232
3333 - name : Install dependencies (python)
3434 run : |
35- python -m pip install --upgrade pip wheel twine codecov "sphinx>4,<5 " nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton xarray matplotlib
35+ python -m pip install --upgrade pip wheel twine codecov "sphinx>5,<6 " nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton xarray matplotlib
3636 pip install -r requirements.txt
3737 pip install -e .
3838
3939 - name : Install CmdStan
4040 run : |
41- python -m cmdstanpy.install_cmdstan
41+ python -m cmdstanpy.install_cmdstan --verbose --cores 4
4242
4343 - name : Setup git identity
4444 run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
1010 - numpy>=1.15
1111 - pandas
1212 - xarray
13- - sphinx>4,<5
13+ - sphinx>5,<6
1414 - nbsphinx
1515 - pydata-sphinx-theme>0.7,<0.9
1616 - sphinx-copybutton
You can’t perform that action at this time.
0 commit comments