Skip to content

Commit

Permalink
Merge pull request #1 from panukatan/dev
Browse files Browse the repository at this point in the history
setup cyclones workflow
  • Loading branch information
ernestguevarra authored Apr 5, 2024
2 parents 67c5018 + b9d38d3 commit 77a67ca
Show file tree
Hide file tree
Showing 9 changed files with 606 additions and 53 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-targets-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install system dependencies
run: |
apt-get update && apt-get install -y --no-install-recommends \
libxt6 libglpk-dev
libxt6 libglpk-dev libpoppler-cpp-dev
- name: Trust git repo
run: |
git config --global --add safe.directory /__w/ihtm-targets-template/ihtm-targets-template
git config --global --add safe.directory /__w/pagasa_db/pagasa_db
- name: Install packages from renv.lock (with cache)
if: ${{ !env.ACT }}
Expand All @@ -41,7 +41,9 @@ jobs:

- name: Run workflow
run: |
targets::tar_make()
targets::tar_make(
cyclones_peak_data_csv, script = "_targets_cyclones.R"
)
shell: Rscript {0}


3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
.Ruserdata
_targets
docs
#data-raw
data-raw
!data-raw/.gitkeep
data
!data/.gitkeep

Loading

0 comments on commit 77a67ca

Please sign in to comment.