geocompx / geocompjl

Geocomputation with Julia: an open source book
https://jl.geocompx.org/
Other
11 stars 2 forks source link

It renders! #1

Closed Nowosad closed 2 months ago

Nowosad commented 2 months ago

https://geocompx.github.io/geocompjl/

(Messy) GHA: https://github.com/geocompx/geocompjl/blob/main/.github/workflows/main.yaml

Related Docker: https://github.com/geocompx/docker/blob/master/julia/Dockerfile

CC: @rafaqz, @evetion

Nowosad commented 2 months ago

@evetion -- the one issue I do not understand, it that I am getting a Julia image with version 1.11, but then I still need to install julia with apt (version 1.05). Otherwise julia is not available on GHA.

rafaqz commented 2 months ago

Packages managers are not great for Julia. But theres is a github action to add it like this:

https://github.com/rafaqz/Rasters.jl/blob/aa7164bd1f79609a0b5946bf338f4145de7191e5/.github/workflows/ci.yml#L25

Nowosad commented 2 months ago

@rafaqz Feel free to update/replace the current GHA settings

evetion commented 2 months ago

Tried my hand at it in main

Robinlovelace commented 2 months ago

Cool!

evetion commented 2 months ago

Ok, removed the Docker and all used official Github actions for now. Pretty fast as well. Thanks for setting this up ❤️