We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d392cd3 commit fef627bCopy full SHA for fef627b
.github/workflows/test.yaml
@@ -50,7 +50,7 @@ jobs:
50
doit ecosystem_setup
51
conda create -n test-environment python=${{ matrix.python-version }}
52
conda activate test-environment
53
- conda config --env --append channels pyviz/label/dev --append channels conda-forge
+ conda config --env --append channels pyviz/label/dev --append channels numba --append channels conda-forge
54
conda install pyctdev
55
- name: doit develop_install
56
run: |
0 commit comments