File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 if : matrix.python-version != '3.9'
204204 # Scikit-learn 1.7.0+ requires Python 3.10+
205205 run : |
206- make install-py-shiny-templates-deps
206+ make ci- install-py-shiny-templates-deps
207207
208208 - name : Run example app tests
209209 timeout-minutes : 60
Original file line number Diff line number Diff line change @@ -220,15 +220,15 @@ ci-install-wheel: dist FORCE
220220 uv pip install dist/shiny* .whl
221221
222222install-deps : FORCE # # install dependencies
223- uv pip install -e " .[dev,test]" --upgrade
223+ pip install -e " .[dev,test]" --upgrade
224224ci-install-deps : FORCE
225225 uv pip install -e " .[dev,test]"
226- install-py-shiny-templates-deps : FORCE
226+ ci- install-py-shiny-templates-deps : FORCE
227227 uv pip install -r py-shiny-templates/requirements.txt
228228
229229install-docs : FORCE
230- uv pip install -e " .[dev,test,doc]"
231- uv pip install https://github.com/posit-dev/py-shinylive/tarball/main
230+ pip install -e " .[dev,test,doc]"
231+ pip install https://github.com/posit-dev/py-shinylive/tarball/main
232232ci-install-docs : FORCE
233233 uv pip install -e " .[dev,test,doc]" \
234234 " shinylive @ git+https://github.com/posit-dev/py-shinylive.git"
You can’t perform that action at this time.
0 commit comments