Skip to content

Commit

Permalink
fixed the extra quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyTseng committed Aug 21, 2024
1 parent 6b53e1b commit 41212bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
envname = "r-reticulate",
python = Sys.which("python"), # placed on PATH by the setup-python action
packages = c(
"numpy" "pandas"
"numpy", "pandas"
)
)
Expand Down

0 comments on commit 41212bc

Please sign in to comment.