KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

add github actions #251

Closed KristofferC closed 3 years ago

KristofferC commented 3 years ago

let's see how this works...

KristofferC commented 3 years ago

Hm

Run echo "**** running Docker"
**** running Docker
the input device is not a TTY
Error: Process completed with exit code 1.
KristofferC commented 3 years ago
 Test Summary: | Pass  Total
class options |    1      1
     Testing PGFPlotsX tests passed 
Error: Process completed with exit code 137.

Looks like we run out of memory after the tests or something...

tpapp commented 3 years ago

Could it be something specific to 1.0? 1.5 and nightly seem to be OK.

KristofferC commented 3 years ago

Yeah, could be. :man_shrugging:

KristofferC commented 3 years ago

Guess we could drop 1.0 from CI...

tpapp commented 3 years ago

closing and opening to rerun CI

tpapp commented 3 years ago

Closing in favor of #264, it seems we do not need Docker anymore.