Skip to content

Commit

Permalink
Update installation_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-silverman authored Feb 20, 2025
1 parent 281f7ad commit c03fdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
)
} else {
remotes::install_url(
url = "${{ TAR_URL }}",
url = Sys.getenv("TAR_URL"),
dependencies = TRUE,
auth_token = ""
)
Expand Down

0 comments on commit c03fdb6

Please sign in to comment.