Skip to content

Commit

Permalink
restart bag mlp
Browse files Browse the repository at this point in the history
  • Loading branch information
abbylewis authored Nov 26, 2023
1 parent eb6ff19 commit 91c9b7c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/do_prediction_bag_mlp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
# workflow_dispatch:
# schedule:
# - cron: "0 20 * * *"
workflow_dispatch:
schedule:
- cron: "0 20 * * *"
# push:


Expand All @@ -11,17 +11,17 @@ jobs:
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")'
# - name: install extra R packages
# run: R -e 'install.packages(c("tidymodels", "bundle", "ranger"))'
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install R packages
run: R -e 'source("install.R")'
- name: install extra R packages
run: R -e 'install.packages(c("tidymodels", "bundle", "ranger"))'
# Point to the right path, run the right Rscript command
# - name: Run automatic prediction file (bag map)
# run: Rscript ./Generate_forecasts/tg_bag_mlp/forecast_model.R
# - name: Run automatic prediction file (bag map all sites)
# run: Rscript ./Generate_forecasts/tg_bag_mlp_all_sites/forecast_model.R
- name: Run automatic prediction file (bag map)
run: Rscript ./Generate_forecasts/tg_bag_mlp/forecast_model.R
- name: Run automatic prediction file (bag map all sites)
run: Rscript ./Generate_forecasts/tg_bag_mlp_all_sites/forecast_model.R

0 comments on commit 91c9b7c

Please sign in to comment.