File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - uses : holoviz-dev/holoviz_tasks/pixi-install@ab994f6a87c4fdb1363925d26c85a5bab2144f28 # v1.0.0
4545 with :
4646 environments : docs
47+ install : false
4748 - name : Build documentation
4849 run : pixi run -e docs docs-build
4950 - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ jobs:
137137 - uses : holoviz-dev/holoviz_tasks/pixi-install@ab994f6a87c4fdb1363925d26c85a5bab2144f28 # v1.0.0
138138 with :
139139 environments : ${{ matrix.environment }}
140+ install : false
140141 - name : Check packages latest version
141142 run : |
142143 pixi run -e "${ENV}" check-latest-packages bokeh panel param datashader
@@ -168,6 +169,7 @@ jobs:
168169 - uses : holoviz-dev/holoviz_tasks/pixi-install@ab994f6a87c4fdb1363925d26c85a5bab2144f28 # v1.0.0
169170 with :
170171 environments : ${{ matrix.environment }}
172+ install : false
171173 - name : Test UI
172174 run : |
173175 # Create a .uicoveragerc file to set the concurrency library to greenlet
@@ -202,6 +204,7 @@ jobs:
202204 - uses : holoviz-dev/holoviz_tasks/pixi-install@ab994f6a87c4fdb1363925d26c85a5bab2144f28 # v1.0.0
203205 with :
204206 environments : ${{ matrix.environment }}
207+ install : false
205208 - name : Check packages latest version
206209 run : |
207210 pixi run -e "${ENV}" check-latest-packages pandas bokeh panel param numpy
@@ -226,6 +229,7 @@ jobs:
226229 - uses : holoviz-dev/holoviz_tasks/pixi-install@ab994f6a87c4fdb1363925d26c85a5bab2144f28 # v1.0.0
227230 with :
228231 environments : ${{ matrix.environment }}
232+ install : false
229233 - name : Type TY
230234 run : |
231235 pixi run -e "${ENV}" type-ty
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ holoviews = { path = "." }
9898[feature .required .tasks ]
9999check-latest-packages = ' python scripts/check_latest_packages.py'
100100download-data = ' python scripts/download_data.py'
101- install = ' python -c "print("not needed")'
102101sync-git-tags = ' python scripts/sync_git_tags.py holoviews'
103102
104103[feature .required .activation .env ]
You can’t perform that action at this time.
0 commit comments