Skip to content

Commit

Permalink
Update test_import.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smeylan authored Aug 30, 2024
1 parent 0d466c8 commit 102f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
install.packages('remotes','purrr','dplyr','here','tidyr')
install.packages(c('remotes','purrr','dplyr','here','tidyr'))
remotes::install_github("langcog/peekbankr", force=T)
shell: Rscript {0}

Expand Down

0 comments on commit 102f904

Please sign in to comment.