Skip to content

Commit

Permalink
Re-enable notebook evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Nov 30, 2023
1 parent 98cfc06 commit 944761f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# with:
# submodules: 'recursive'
# Adapted from https://askubuntu.com/a/524368
# - run: cd binder && ./execute_notebooks.sh
- run: ./binder/execute_notebooks.sh
# adapted from https://unix.stackexchange.com/a/545630
- run: find -type f -name "*.pdf" -exec bash -c 'gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dBATCH -dQUIET -sOutputFile="new.pdf" "{}"; rm "{}"; mv "new.pdf" "{}";' {} \;
- run: git config --global --add safe.directory "*"
Expand Down

0 comments on commit 944761f

Please sign in to comment.