Skip to content

Commit

Permalink
Update action_BODC_table_generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilrader committed Sep 20, 2024
1 parent 41892eb commit 0322900
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/action_BODC_table_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

# Step 6: Install package dependencies
- name: Install package dependencies
uses: r-lib/actions/setup-r-dependencies@v2

# Step 7: Install R packages
# Step 6: Install R packages
- name: Install R packages
run: |
Rscript -e 'install.packages(c("usethis","devtools"))'
Rscript -e 'install.packages(c("usethis","devtools","remotes"))'
Rscript -e 'remotes::install_github("r-spatial/sf")'
# Step 7: Install package dependencies
- name: Install package dependencies
uses: r-lib/actions/setup-r-dependencies@v2

# Step 8: Read the CSV files in R and run the usethis::use_data() commands
- name: Process CSV files with R
run: |
Expand Down

0 comments on commit 0322900

Please sign in to comment.