Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pr_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ jobs:
build:
name: Build website with rmarkdown
runs-on: ubuntu-latest
container: stateofther/r-finistr2023:0.5
container: stateofther/r-finistr2023:0.6

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Additional Packages
run: Rscript -e "install.packages(c('ggbeeswarm', 'tictoc', 'bench', 'circlize', 'JuliaCall', 'GeoModels'))"
- name: Environment variables
run: export PATH="$PATH:/julia-1.9.3/bin"
shell: bash
- name: Generate slides
run: "quarto render"
1 change: 1 addition & 0 deletions data_geostats_julia/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ RUN apt-get install -y --no-install-recommends unzip python3-pip dvipng pandoc w
RUN pip3 install jax jaxlib torch numpy matplotlib pandas scikit-learn torchvision torchaudio
RUN pip3 install pyplnmodels
RUN pip3 install optax
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes