Skip to content

Commit 45897f8

Browse files
authored
Bump holoviz tasks (#1240)
* Bump holoviz_tasks to v0.1a14 * Pin panel version
1 parent 9572c88 commit 45897f8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
steps:
33-
- uses: holoviz-dev/holoviz_tasks/install@v0.1a9
33+
- uses: holoviz-dev/holoviz_tasks/install@v0.1a14
3434
with:
3535
name: unit_test_suite
3636
python-version: ${{ matrix.python-version }}
3737
channel-priority: strict
38-
channels: pyviz/label/dev,numba,conda-forge,nodefaults
38+
channels: pyviz/label/dev,conda-forge,nodefaults
3939
envs: "-o tests -o examples"
4040
cache: true
4141
conda-update: true

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'geopandas',
3030
'holoviews',
3131
'matplotlib',
32+
'panel >1.1',
3233
'scikit-image',
3334
'spatialpandas',
3435
]

0 commit comments

Comments
 (0)