File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ commands:
5353
5454 # install yt_astro_analysis with extra dev dependencies
5555 python -m pip install .
56- python -m pip install --requirement test_requirements .txt
56+ python -m pip install --requirement requirements/tests .txt
5757
5858 # configure yt
5959 mkdir -p $HOME/.config/yt # avoid a warning from yt
@@ -117,7 +117,7 @@ commands:
117117 command : |
118118 source $HOME/venv/bin/activate
119119 python -m pip install --upgrade pip
120- python -m pip install --requirement doc/ requirements.txt
120+ python -m pip install --requirement requirements/docs .txt
121121 cd doc/source
122122 python -m sphinx -M html "." "_build" -W
123123
Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ - package-ecosystem : pip
4+ directory : /requirements
5+ schedule :
6+ interval : monthly
7+
38- package-ecosystem : github-actions
49 directory : /.github/workflows
510 schedule :
Original file line number Diff line number Diff line change 1414
1515python :
1616 install :
17- - requirements : doc/ requirements.txt
17+ - requirements : requirements/docs .txt
Original file line number Diff line number Diff line change 1- sphinx == 4.5.0
1+ . # install yt_astro_analysis
2+ sphinx==7.2.6
23sphinx-bootstrap-theme==0.8.1
34jinja2==3.1.2
45markupsafe==2.1.3
File renamed without changes.
You can’t perform that action at this time.
0 commit comments