issues
search
ComPWA
/
compwa.github.io
Source code for the ComPWA Organization website
https://compwa.github.io
Apache License 2.0
5
stars
4
forks
source link
FIX: run Julia notebooks on RTD
#176
Closed
redeboer
closed
2 years ago
redeboer
commented
2 years ago
175 introduced a bug:
shutil.which("julia")
results in
None
on RTD, because Julia is not installed system-wide there.
175 introduced a bug:
shutil.which("julia")
results inNone
on RTD, because Julia is not installed system-wide there.