CSV is failing PkgEval
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-03/06/CSV.primary.log
CSV.write: Test Failed at /home/pkgeval/.julia/packages/CSV/tmZyn/test/write.jl:338
Any idea why it would have permission to open/write a file?
SystemError: opening file "out.test.csv": Permission denied
Running into what I think is a similar issue as well - CSV fails to precompile as a dependency on Julia nightly - ubuntu-latest - x64.
Running into what I think is a similar issue as well - CSV fails to precompile as a dependency on
Julia nightly - ubuntu-latest - x64.
this breakage is not related. the current failings in nightly are due to #1132
Thanks @longemen3000! Appreciate the clarification.