Skip to content

Commit 3f9a42a

Browse files
committed
Removed xeus-cling from tested kernels (not maintained anymore)
1 parent 9c8a6ea commit 3f9a42a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
- name: ijulia
6969
install: julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia'
7070
kernel-name: julia-1.11
71-
- name: xeus-cling
72-
install: micromamba install -y xeus-cling -c conda-forge
73-
kernel-name: xcpp17
7471
- name: xeus-sql
7572
# Pin to 0.3.1 which includes fix for missing status in kernel_info_reply
7673
install: micromamba install -y "xeus-sql>=0.3.1" -c conda-forge
@@ -163,7 +160,7 @@ jobs:
163160
go-version: '1.22'
164161

165162
- name: Set up Mamba
166-
if: contains(fromJson('["xeus-cling", "xeus-sql", "xeus-python", "xeus-cpp", "xeus-sqlite", "xeus-r", "xeus-lua", "xeus-octave"]'), matrix.kernel.name)
163+
if: contains(fromJson('["xeus-sql", "xeus-python", "xeus-cpp", "xeus-sqlite", "xeus-r", "xeus-lua", "xeus-octave"]'), matrix.kernel.name)
167164
uses: mamba-org/setup-micromamba@v2
168165
with:
169166
micromamba-version: 'latest'
@@ -214,7 +211,7 @@ jobs:
214211
run: ${{ matrix.kernel.install }}
215212

216213
- name: Copy conda kernelspecs to user directory
217-
if: contains(fromJson('["xeus-cling", "xeus-sql", "xeus-python", "xeus-cpp", "xeus-sqlite", "xeus-r", "xeus-lua", "xeus-octave"]'), matrix.kernel.name)
214+
if: contains(fromJson('["xeus-sql", "xeus-python", "xeus-cpp", "xeus-sqlite", "xeus-r", "xeus-lua", "xeus-octave"]'), matrix.kernel.name)
218215
run: |
219216
echo "Looking for kernelspecs..."
220217
find $MAMBA_ROOT_PREFIX -name "kernel.json" 2>/dev/null || true

0 commit comments

Comments
 (0)