Skip to content

Commit

Permalink
final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Nov 22, 2023
1 parent 54ed297 commit c3c4b36
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ jobs:
elif [[ "$FILE" == *.py ]]; then
# special env because of https://github.com/JuliaPy/PythonCall.jl/issues/426
PYTHON_JULIAPKG_OFFLINE=yes PYTHON_JULIAPKG_PROJECT="$GITHUB_WORKSPACE/$notebook_env" "$GITHUB_WORKSPACE/$notebook_env/.CondaPkg/env/bin/python" "$FILE"
# we need to start python from julia, because of https://github.com/JuliaPy/PythonCall.jl/issues/426
# and because PythonCall sets up a pseudo juliacall without actually loading the juliacall package
# JULIA_PROJECT="$GITHUB_WORKSPACE/$notebook_env" julia -e '
# import PythonCall
# PythonCall.pyexec(@NamedTuple{}, readchomp(ARGS[1]), Main)
# ' "$FILE"
elif [[ "$FILE" == *.R ]] || [[ "$FILE" == *.r ]]; then
JULIA_PROJECT="$GITHUB_WORKSPACE/$notebook_env" "$GITHUB_WORKSPACE/$notebook_env/.CondaPkg/env/bin/Rscript" "$FILE"
fi

0 comments on commit c3c4b36

Please sign in to comment.