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 24e8fd4 commit e798814Copy full SHA for e798814
.github/workflows/downstream.yml
@@ -45,6 +45,8 @@ jobs:
45
with:
46
package_name: jupyter_server
47
48
+ # Test using jupyter_kernel_test
49
+
50
- name: Setup conda ${{ matrix.python-version }}
51
uses: conda-incubator/setup-miniconda@v2
52
@@ -58,5 +60,6 @@ jobs:
58
60
git clone https://github.com/jupyter/jupyter_kernel_test.git
59
61
cd jupyter_kernel_test
62
conda env update --name jupyter_kernel_test --file environment.yml
63
+ conda install -c conda-forge xeus-cling
64
pip install -e ".[test]"
65
python -m unittest -v
0 commit comments