Skip to content

Commit

Permalink
Add correct path for literate run in CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoor committed Dec 20, 2024
1 parent fa0f2d0 commit 38767fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/literate/E_RM2_Medium.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import FLOWMath
## PyPlot.rc("figure",max_open_warning=500)
## plot_cycle=["#348ABD", "#A60628", "#009E73", "#7A68A6", "#D55E00", "#CC79A7"]

path = runpath = splitdir(@__FILE__)[1]
## path = runpath = splitdir(@__FILE__)[1]
runpath = path = "/home/runner/work/OWENS.jl/OWENS.jl/examples/literate" # to run locally, change to splitdir(@__FILE__)[1]

nothing

Expand Down

0 comments on commit 38767fa

Please sign in to comment.