Skip to content

Commit

Permalink
Removed xeus-cling dependency and notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Feb 9, 2024
1 parent 8eb3ff1 commit 471a6af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 0 additions & 3 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 471a6af

Please sign in to comment.