Skip to content

.github/workflows/do_prediction_humidity_lm_all_sites.yml #250

.github/workflows/do_prediction_humidity_lm_all_sites.yml

.github/workflows/do_prediction_humidity_lm_all_sites.yml #250

on:
workflow_dispatch:
schedule:
- cron: "0 20 * * *"
# push:
jobs:
build:
runs-on: ubuntu-22.04
container:
image: eco4cast/rocker-neon4cast
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install R packages
run: R -e 'source("install.R")'
# Point to the right path, run the right Rscript command
- name: Run automatic prediction file (humidity_lm_all_sites)
run: Rscript ./Generate_forecasts/humidity_lm_all_sites/run_forecast.R
- name: Back fill forecasts
run: Rscript ./Generate_forecasts/humidity_lm_all_sites/rerun_forecasts.R