Skip to content

Commit

Permalink
Merge pull request #37 from USEPA/feature_newScalarTests
Browse files Browse the repository at this point in the history
Added package ggpubr to YML
  • Loading branch information
knoiva-indecon authored Oct 18, 2023
2 parents 2409b41 + fec22b1 commit 6dfd21f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile_main_fredi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cache-version: 1
packages: |
any::tidyverse
any::ggpubr
any::openxlsx
any::devtools
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
run: |
git config --local core.autocrlf false
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --local user.name "${{ github.actor }}"
git config --local user.name "${{ github.actor }}"
git add data/tmp_sysdata.rda
git add data_tests/**.xlsx
git pull origin ${{ github.head_ref }} --autostash --rebase -X ours
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_svData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
cache-version: 1
packages: |
any::tidyverse
any::ggpubr
any::openxlsx
any::devtools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_svImpacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cache-version: 1
packages: |
any::tidyverse
any::ggpubr
any::openxlsx
any::devtools
Expand Down

0 comments on commit 6dfd21f

Please sign in to comment.