Skip to content

Commit e798814

Browse files
committed
add cling test
1 parent 24e8fd4 commit e798814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
with:
4646
package_name: jupyter_server
4747

48+
# Test using jupyter_kernel_test
49+
4850
- name: Setup conda ${{ matrix.python-version }}
4951
uses: conda-incubator/setup-miniconda@v2
5052
with:
@@ -58,5 +60,6 @@ jobs:
5860
git clone https://github.com/jupyter/jupyter_kernel_test.git
5961
cd jupyter_kernel_test
6062
conda env update --name jupyter_kernel_test --file environment.yml
63+
conda install -c conda-forge xeus-cling
6164
pip install -e ".[test]"
6265
python -m unittest -v

0 commit comments

Comments
 (0)