Skip to content

Commit

Permalink
merge/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Sep 2, 2024
1 parent 87f3e37 commit 43c5362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/ed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# # this needs to be at the top, what version are we building
# this needs to be at the top, what version are we building
ARG IMAGE_VERSION="latest"

# ----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/confirm_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ confirm_deps <- function(pkg,
return(
remotes::install_deps(
pkg = pkg,
dependencies = NA,
dependencies = dependencies,
...
)
)
Expand Down

0 comments on commit 43c5362

Please sign in to comment.