Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiasiamp committed Dec 8, 2024
1 parent 602fb02 commit 7070eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dpe-reconstruct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
r-version: '4.3'

# Step 3: Install dependencies)
# Step 3: Install dependencies
- name: Install R packages
run: |
Rscript -e "install.packages(c('dplyr', 'readxl', 'writexl', 'here', repos='https://cloud.r-project.org/')"
Rscript -e "install.packages(c('dplyr', 'readxl', 'writexl', 'here'), repos='https://cloud.r-project.org/')"
# Step 4: Run the code to update the document
- name: Run update script
Expand Down

0 comments on commit 7070eb1

Please sign in to comment.