Skip to content

Commit fef627b

Browse files
committed
Add numba channel
1 parent d392cd3 commit fef627b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
doit ecosystem_setup
5151
conda create -n test-environment python=${{ matrix.python-version }}
5252
conda activate test-environment
53-
conda config --env --append channels pyviz/label/dev --append channels conda-forge
53+
conda config --env --append channels pyviz/label/dev --append channels numba --append channels conda-forge
5454
conda install pyctdev
5555
- name: doit develop_install
5656
run: |

0 commit comments

Comments
 (0)