From 471a6af3e69979f8556c20998c64e41997278ee6 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 9 Feb 2024 14:47:27 +0100 Subject: [PATCH] Removed xeus-cling dependency and notebook test --- .github/workflows/main.yml | 18 +++++++++--------- environment-dev.yml | 3 --- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcf3003..85bf89c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,15 +63,15 @@ jobs: shell: bash -l -eo pipefail {0} run: cmake --install build/ - - name: Test notebook - if: ${{ startsWith(matrix.os, 'ubuntu') }} - shell: bash -l -eo pipefail {0} - run: > - jupyter nbconvert - --to notebook - --output-dir "$(mktemp -d)/out.ipynb" - --execute - notebooks/xwidgets.ipynb +# - name: Test notebook +# if: ${{ startsWith(matrix.os, 'ubuntu') }} +# shell: bash -l -eo pipefail {0} +# run: > +# jupyter nbconvert +# --to notebook +# --output-dir "$(mktemp -d)/out.ipynb" +# --execute +# notebooks/xwidgets.ipynb win: runs-on: ${{ matrix.os }} diff --git a/environment-dev.yml b/environment-dev.yml index 3718253..3ae3b39 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -16,6 +16,3 @@ dependencies: - json_schema_validator - pre-commit - cmake-format -# Cling not available on Win and downgrade Clang compiler on MacOS -- sel(linux): xeus-cling -- sel(linux): nbconvert