Skip to content

Commit

Permalink
Merge pull request #14 from Sweetdevil144/main
Browse files Browse the repository at this point in the history
Add Missing `curl` Package to `manual-test.yaml` as Dependency
  • Loading branch information
mdietze authored Mar 10, 2024
2 parents e92e2ea + 90ada47 commit 9cc67ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
devtools::install_github("PecanProject/rpecanapi")
install.packages("dplyr")
install.packages("tidyr")
install.packages("curl")
shell: Rscript {0}

- name: Generate data
Expand Down

0 comments on commit 9cc67ac

Please sign in to comment.