From 0177dcaa64ac8647cf627713ef4d83b5942b43c4 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sun, 15 Dec 2024 12:10:48 +0000 Subject: [PATCH] List the versions of the Jupyter components --- .github/workflows/step_tests-pip.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/step_tests-pip.yml b/.github/workflows/step_tests-pip.yml index e777104e..7fecddff 100644 --- a/.github/workflows/step_tests-pip.yml +++ b/.github/workflows/step_tests-pip.yml @@ -62,6 +62,9 @@ jobs: jupyterlab ${{ format('markdown-it-py{0}', matrix.markdown-it-py) }} + - name: List the versions of the Jupyter components + run: jupyter --version + - name: Install a Jupyter Kernel if: ${{ !matrix.no_kernel }} run: python -m ipykernel install --name python_kernel --user