File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8585 - name : Install node.js
8686 uses : actions/setup-node@v3
8787 with :
88- node-version : ' 18 '
88+ node-version : " 18 "
8989 cache : npm
9090 cache-dependency-path : examples/brownian/shinymediapipe/package-lock.json
9191 - name : Install node.js package
@@ -111,7 +111,8 @@ jobs:
111111 - name : Install dependencies
112112 run : |
113113 python -m pip install --upgrade pip
114- pip install -e ".[dev,test]"
114+ make install-deps
115+ make install
115116 - name : " Build Package"
116117 run : |
117118 make dist
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
99recursive-include shiny/www *
1010recursive-include shiny/experimental/www *
1111recursive-include shiny/examples *
12+ recursive-include shiny/ui/dataframe/js/dist *
You can’t perform that action at this time.
0 commit comments